Skip to content

Commit

Permalink
Sphinx autodoc fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfjlaros committed Mar 4, 2021
1 parent dcc2a25 commit 767be42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
release = _get_metadata('Version')

autoclass_content = 'both'
extensions = ['sphinx.ext.autodoc', 'sphinx_autodoc_typehints']
extensions = ['sphinx.ext.autodoc']
master_doc = 'index'

0 comments on commit 767be42

Please sign in to comment.