Skip to content

Commit

Permalink
Merge pull request #578 from crim-ca/fix-docs-deps-outdated
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault authored Oct 16, 2023
2 parents 089f2da + 72d7afe commit 7392618
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
1 change: 0 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"sphinxcontrib.redoc", # generate live OpenAPI with this doc
"sphinx.ext.autodoc", # document code docstrings
"sphinx.ext.autosectionlabel", # help make cross-references to title/sections
"cloud_sptheme.ext.autodoc_sections", # allow sections in docstrings code
"sphinx.ext.githubpages", # for publishing the doc to GitHub pages
"sphinx.ext.todo", # support directives
"sphinx.ext.viewcode", # add links to highlighted source code
Expand Down
12 changes: 4 additions & 8 deletions requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,13 @@
# we actually need to install all requirements during docs build because of OpenAPI generation
# (see 'docs/source/conf.py')
-r requirements.txt
cloud_sptheme
jinja2<3.1 # fix sphinx failing, see: https://github.com/sphinx-doc/sphinx/issues/10291
sphinx>=3.5,<6; python_version <= "3.7"
# sphinx>=7 blocked by 'sphinx_rtd_theme'
# - https://github.com/readthedocs/sphinx_rtd_theme/issues/1463
# - https://github.com/readthedocs/sphinx_rtd_theme/pull/1464
sphinx>=6,<7; python_version >= "3.8"
jinja2
sphinx>=4.0.2,<6; python_version <= "3.7"
sphinx>=6,<8; python_version >= "3.8"
sphinx-argparse
sphinx-autoapi>=1.7.0
sphinx-paramlinks>=0.4.1
# adds redoc OpenAPI directly served on readthedocs
sphinxcontrib-redoc>=1.6.0
sphinx_autodoc_typehints[type_comment]>=1.19; python_version >= "3.7"
sphinx_rtd_theme>=0.5.1
sphinx_rtd_theme>=1.3.0,<2

0 comments on commit 7392618

Please sign in to comment.