Skip to content

Commit

Permalink
remove incompatible/unnecessary packages to resolve dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Nov 11, 2023
1 parent c6ba519 commit 3fc22bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.autosectionlabel", # help make cross-references to title/sections
"cloud_sptheme.ext.autodoc_sections", # allow sections in docstrings code
"sphinx.ext.todo",
"sphinx.ext.viewcode",
"sphinx.ext.intersphinx",
Expand Down
5 changes: 2 additions & 3 deletions requirements-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
# we actually need to install all requirements during docs build because of OpenAPI generation
# (see 'docs/conf.py')
astroid
cloud_sptheme
jinja2<3.1 # fix sphinx failing with cloud_sptheme, see: https://github.com/sphinx-doc/sphinx/issues/10291
jinja2
pycodestyle>=2.6.0,<3
sphinx>=5.0,<6
sphinx>=6,<7
sphinx-autoapi>=1.7.0
sphinx-autodoc-typehints
sphinx-paramlinks>=0.4.1
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
flask>=2.2
flask>=3
gevent
gunicorn
jsonschema
python-dateutil
requests>=2.20.0
setuptools>=65.5.1
typing_extensions
watchdog==0.8.3
wheel>=0.37.1
werkzeug>=3.0.1

0 comments on commit 3fc22bd

Please sign in to comment.