File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ sphinx==5.3.0
4
4
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git@pytorch_sphinx_theme2#egg=pytorch_sphinx_theme2
5
5
6
6
# TODO: sphinxcontrib.katex 0.9.0 adds a local KaTeX server to speed up pre-rendering
7
- # but it doesn't seem to work and hangs around idly. The initial thought is probably
7
+ # but it doesn't seem to work and hangs around idly. The initial thought it is probably
8
8
# something related to Docker setup. We can investigate this later
9
9
10
10
sphinxcontrib.katex==0.8.6
Original file line number Diff line number Diff line change 82
82
]
83
83
sitemap_url_scheme = "{link}"
84
84
85
+ html_additional_pages = {
86
+ "404" : "404.html" ,
87
+ }
88
+
85
89
# build the templated autosummary files
86
90
autosummary_generate = True
87
91
numpydoc_show_class_members = False
You can’t perform that action at this time.
0 commit comments