Skip to content

Commit

Permalink
Bug fix autoapi fails for versions lower 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Oct 30, 2023
1 parent 8774ce5 commit 8f75368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rtd_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ scikit-learn
sphinx >= 4.3.0, < 5.1.0
sphinx_rtd_theme >=0.5.2
sphinx-autodoc-typehints
sphinx-autoapi
sphinx-autoapi >= 3.0.0
sshtunnel
urllib3 < 2.0.0
workalendar
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def read(fname):
"sphinx >= 4.3.0, < 5.1.0",
"sphinx_rtd_theme >=0.5.2",
"sphinx-autodoc-typehints",
"sphinx-autoapi",
"sphinx-autoapi >= 3.0.0",
]

extras = {"dev": dev_requirements}
Expand Down

0 comments on commit 8f75368

Please sign in to comment.