Skip to content

Commit

Permalink
🐛 remove autodoc-typehints as dependency
Browse files Browse the repository at this point in the history
as readthedocs  does not support it
  • Loading branch information
bneron committed Feb 7, 2020
1 parent 02b5222 commit 998812f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -31,7 +31,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.autodoc',
'sphinx_autodoc_typehints',
# 'sphinx_autodoc_typehints', # does not work with readthedocs
'sphinx.ext.doctest',
'sphinx.ext.todo',
'sphinx.ext.coverage',
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
@@ -1,4 +1,4 @@
sphinx
sphinx_rtd_theme
sphinx-autodoc-typehints
# sphinx-autodoc-typehints # does not works with readthedocs
coverage

0 comments on commit 998812f

Please sign in to comment.