Get rid of javasphinx dependency. (#38042)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/38042

Fixes https://github.com/pytorch/pytorch/issues/36064

Signed-off-by: Edward Z. Yang <ezyang@fb.com>

Test Plan: Imported from OSS

Differential Revision: D21460484

Pulled By: ezyang

fbshipit-source-id: 553cbacc4365cfd84ff4a468a7366b12eade6fe0
This commit is contained in:
Edward Yang 2020-05-07 19:47:39 -07:00 committed by Facebook GitHub Bot
parent 4bc0a7f86a
commit f8c93c5d3e
2 changed files with 0 additions and 2 deletions

View File

@ -2,4 +2,3 @@ sphinx==2.4.4
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme -e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
sphinxcontrib.katex sphinxcontrib.katex
matplotlib matplotlib
javasphinx

View File

@ -54,7 +54,6 @@ extensions = [
'sphinx.ext.viewcode', 'sphinx.ext.viewcode',
'sphinxcontrib.katex', 'sphinxcontrib.katex',
'sphinx.ext.autosectionlabel', 'sphinx.ext.autosectionlabel',
'javasphinx',
] ]
# build the templated autosummary files # build the templated autosummary files