We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba80646 commit a5d04a5Copy full SHA for a5d04a5
docker/install/ubuntu_install_sphinx.sh
@@ -20,14 +20,14 @@ set -e
20
set -u
21
set -o pipefail
22
23
-# NOTE: install docutils < 0.17 to work around https://github.com/readthedocs/sphinx_rtd_theme/issues/1115
24
pip3 install \
25
autodocsumm \
26
- "commonmark>=0.7.3" \
27
- "docutils>=0.11,<0.17" \
+ commonmark \
+ docutils \
28
Image \
29
matplotlib \
30
- sphinx==4.2.0 \
+ sphinx \
31
sphinx_autodoc_annotation \
32
- "git+https://github.com/sphinx-gallery/sphinx-gallery.git@6142f1791151849b5bec4bf3959f75697ba226cd" \
33
- sphinx_rtd_theme
+ sphinx-gallery \
+ sphinx_rtd_theme \
+ https://github.com/tlc-pack/tlcpack-sphinx-addon/archive/refs/tags/v0.2.3.zip
0 commit comments