Skip to content

Commit

Permalink
remove sphinx-autodoc-typehints (facebook#419)
Browse files Browse the repository at this point in the history
Summary:
Remove sphinx-autodoc-typehints from the sphinx/source/conf.py file. This was breaking our sphinx build, and is a temporary solution that will remove typehints from our docs.

Pull Request resolved: facebook#419

Reviewed By: lena-kashtelyan

Differential Revision: D24715038

Pulled By: Jakepodell

fbshipit-source-id: 7133ab2b09f6b418488f475bf21497c19daebc3d
  • Loading branch information
Jake Podell authored and facebook-github-bot committed Nov 3, 2020
1 parent 723bb7f commit 2aeebbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
extensions = [
"sphinx.ext.napoleon",
"sphinx.ext.autodoc",
"sphinx_autodoc_typehints",
"sphinx.ext.intersphinx",
"sphinx.ext.todo",
"sphinx.ext.coverage",
Expand Down

0 comments on commit 2aeebbd

Please sign in to comment.