Skip to content

Commit

Permalink
update sphinx requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Apr 12, 2024
1 parent f6598aa commit 0fce6f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ dependencies:
- pip
- sqlite
- libspatialite
- sphinx<7.0 # https://github.com/readthedocs/sphinx_rtd_theme/issues/1463
- sphinx
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ documentation = "https://spatialist.readthedocs.io/en/latest/"

[project.optional-dependencies]
test = ["pytest"]
docs = ["sphinx", "sphinxcontrib-bibtex<2.0.0"]
docs = ["sphinx"]

[tool.setuptools.dynamic]
dependencies = { file = ["requirements.txt"] }
Expand Down

0 comments on commit 0fce6f1

Please sign in to comment.