File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ export LANG=C.UTF-8
10
10
11
11
DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " > /dev/null && pwd ) "
12
12
13
+
14
+ pip install -e git+https://github.com/pytorch/pytorch_sphinx_theme.git@csl/handle_new_sphinx_version#egg=pytorch_sphinx_theme
15
+
13
16
# Update root certificates by installing new libgnutls30
14
17
15
18
# Install pandoc (does not install from pypi)
Original file line number Diff line number Diff line change @@ -153,7 +153,6 @@ def wrapper(*args, **kwargs):
153
153
'pypandoc' : {'extra_args' : ['--mathjax' , '--toc' ],
154
154
'filters' : ['.jenkins/custom_pandoc_filter.py' ],
155
155
},
156
- 'download_link_format' : 'ipynb' ,
157
156
}
158
157
159
158
html_baseurl = 'https://pytorch.org/tutorials/' # needed for sphinx-sitemap
You can’t perform that action at this time.
0 commit comments