mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
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:
parent
4bc0a7f86a
commit
f8c93c5d3e
|
|
@ -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
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user