Revert "docs: avoid latest sphinx, per recent error"
This reverts commit f3cca2e370
.
sphinx-toolbox has new release(s) so guessing this is no longer an issue
This commit is contained in:
parent
3d956ef875
commit
24a62b5e83
1 changed files with 1 additions and 2 deletions
|
@ -38,8 +38,7 @@ dependencies = [
|
|||
[project.optional-dependencies]
|
||||
postgres = ["psycopg2"]
|
||||
mysql = ["mysql-connector-python"]
|
||||
# TODO: remove sphinx version cap after new sphinx-toolbox release?
|
||||
docs = ["Sphinx<8.2", "furo", "sphinxcontrib-programoutput", "enum-tools[sphinx]"]
|
||||
docs = ["Sphinx", "furo", "sphinxcontrib-programoutput", "enum-tools[sphinx]"]
|
||||
tests = ["pytest-cov", "tox"]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue