Skip to content

Commit a5d04a5

Browse files
authored
[CI][Docs] Upgrade Sphinx (#17444)
* upgrade sphinx * try latest version of sphinx * install tlcpack-sphinx-addon
1 parent ba80646 commit a5d04a5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docker/install/ubuntu_install_sphinx.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ set -e
2020
set -u
2121
set -o pipefail
2222

23-
# NOTE: install docutils < 0.17 to work around https://github.com/readthedocs/sphinx_rtd_theme/issues/1115
2423
pip3 install \
2524
autodocsumm \
26-
"commonmark>=0.7.3" \
27-
"docutils>=0.11,<0.17" \
25+
commonmark \
26+
docutils \
2827
Image \
2928
matplotlib \
30-
sphinx==4.2.0 \
29+
sphinx \
3130
sphinx_autodoc_annotation \
32-
"git+https://github.com/sphinx-gallery/sphinx-gallery.git@6142f1791151849b5bec4bf3959f75697ba226cd" \
33-
sphinx_rtd_theme
31+
sphinx-gallery \
32+
sphinx_rtd_theme \
33+
https://github.com/tlc-pack/tlcpack-sphinx-addon/archive/refs/tags/v0.2.3.zip

0 commit comments

Comments
 (0)