Skip to content

Commit

Permalink
Update documentation dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Luis Cano Rodríguez <[email protected]>
  • Loading branch information
astrojuanlu committed Mar 28, 2023
1 parent 01792eb commit 8c89436
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,16 @@ def _collect_requirements(requires):
"biosequence": _collect_requirements(biosequence_require),
"dask": _collect_requirements(dask_require),
"docs": [
# docutils>=0.17 changed the HTML
# see https://github.com/readthedocs/sphinx_rtd_theme/issues/1115
"docutils==0.16",
"sphinx~=3.4.3",
"sphinx_rtd_theme==1.1.1",
"sphinx-autodoc-typehints==1.11.1",
"sphinx~=5.3.0",
"sphinx_rtd_theme==1.2.0",
"sphinx-autodoc-typehints==1.22.0",
"sphinx_copybutton==0.3.1",
"ipykernel>=5.3, <7.0",
"sphinxcontrib-mermaid~=0.7.1",
"myst-parser~=0.17.2",
"myst-parser~=1.0.0",
"Jinja2<3.1.0",
],
"geopandas": _collect_requirements(geopandas_require),
Expand Down

0 comments on commit 8c89436

Please sign in to comment.