Skip to content

Commit

Permalink
Fix doc build by removing typehint support
Browse files Browse the repository at this point in the history
  • Loading branch information
wheerd committed Apr 14, 2018
1 parent 1264260 commit 39dabdc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
'sphinx.ext.autodoc',
'sphinx.ext.mathjax',
'sphinx.ext.intersphinx',
'sphinx_autodoc_napoleon_typehints',
'sphinx.ext.napoleon',
]

Expand Down
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dependencies:
- pip:
- Sphinx
- graphviz
- git+https://github.com/wheerd/sphinx-autodoc-typehints.git@napoleon-master#egg=sphinx-autodoc-napoleon-typehints
- hopcroftkarp
- multiset>=2.0,<3.0
- setuptools_scm
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Sphinx>=1.4,<2.0
pylint>=1.6,<2.0
graphviz>=0.5,<0.6
coverage>=4.2,<5.0
git+https://github.com/wheerd/sphinx-autodoc-typehints.git@napoleon-master#egg=sphinx-autodoc-napoleon-typehints
hypothesis>=3.6,<4.0
hopcroftkarp>=1.2,<2.0
multiset>=2.0,<3.0
pytest>=3.0,<4.0
pytest-cov>=2.4,<3.0
setuptools_scm

0 comments on commit 39dabdc

Please sign in to comment.