Skip to content

Commit

Permalink
Remove sphinx-autodoc-typehints
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Oct 23, 2023
1 parent d672008 commit 6c70993
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 2 additions & 3 deletions docs/conda_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ dependencies:
- pandas
- numpy
- matplotlib
- sphinx_autodoc_typehints
- sphinx>=5.3,<7.0
- sphinx_rtd_theme>=1.0
- sphinx>=5,<8
- sphinx_rtd_theme>=1.3.0
- sphinx_copybutton
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,11 @@
"black>=23.9.1,<24",
],
"docs": [
"sphinx",
"sphinx>=5,<8",
"sphinx-autobuild",
"sphinx-rtd-theme",
"sphinx-rtd-theme>=1.3.0",
# For spelling
"sphinxcontrib.spelling",
# Type hints support
"sphinx-autodoc-typehints",
# Copy button for code snippets
"sphinx_copybutton",
],
Expand Down

0 comments on commit 6c70993

Please sign in to comment.