Skip to content

Commit

Permalink
update doc requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasertl committed Dec 27, 2023
1 parent a909be7 commit 8714760
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements-dev-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GitPython==3.1.40
Jinja2==3.1.2
PyYAML==6.0.1
# Sphinx 7 requires Python>3.8, but we still support Python 3.8.
Sphinx<7
Sphinx==7.2.6
coverage[toml]==7.3.4
selenium==4.16.0
semantic-version==2.10.0
Expand Down
7 changes: 2 additions & 5 deletions requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
-r requirements-dev-common.txt
# doc8==1.0.0 and later requires docutils>19, but sphinx-rtd-theme==1.3.0
# requires docutils<19, changes in doc8 are minimal:
# https://github.com/readthedocs/sphinx_rtd_theme/issues/1323
doc8==0.11.2
doc8==1.1.1
numpydoc==1.6.0
# django-ninja==0.22.2 requires pydantic<2, but rstcheck requires pydantic>=2
# Enable once django-ninja~=1.0 is out
#rstcheck==6.2.0
sphinx-inline-tabs==2023.4.21
sphinx-jinja==2.0.2
sphinx_rtd_theme==1.3.0
sphinx-rtd-theme==2.0.0
sphinxcontrib-openapi==0.8.3
sphinxcontrib-spelling==8.0.0

0 comments on commit 8714760

Please sign in to comment.