Skip to content

Commit 698a3e2

Browse files
committed
tc
1 parent 3d67046 commit 698a3e2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.jenkins/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ export LANG=C.UTF-8
1010

1111
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
1212

13+
14+
pip install -e git+https://github.com/pytorch/pytorch_sphinx_theme.git@csl/handle_new_sphinx_version#egg=pytorch_sphinx_theme
15+
1316
# Update root certificates by installing new libgnutls30
1417

1518
# Install pandoc (does not install from pypi)

conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ def wrapper(*args, **kwargs):
153153
'pypandoc': {'extra_args': ['--mathjax', '--toc'],
154154
'filters': ['.jenkins/custom_pandoc_filter.py'],
155155
},
156-
'download_link_format': 'ipynb',
157156
}
158157

159158
html_baseurl = 'https://pytorch.org/tutorials/' # needed for sphinx-sitemap

0 commit comments

Comments
 (0)