File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ def get_igraph_version():
6868# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
6969sys .path .insert (0 , os .path .abspath ('sphinxext' ))
7070extensions = [
71+ 'sphinxcontrib.jquery' ,
7172 'sphinx.ext.coverage' ,
7273 'sphinx.ext.mathjax' ,
7374 'sphinx.ext.intersphinx' ,
Original file line number Diff line number Diff line change 22wheel
33requests >= 2.28.1
44
5- sphinxbootstrap4theme
65sphinx-gallery
6+ sphinx-rtd-theme
7+ sphinxcontrib-jquery
78pydoctor
89
910numpy
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ if [ ! -d ".venv" ]; then
5757fi
5858
5959# Make sure that Sphinx, PyDoctor (and maybe doc2dash) are up-to-date in the virtualenv
60- .venv/bin/pip install -U sphinx pydoctor sphinxbootstrap4theme sphinx-gallery
60+ .venv/bin/pip install -U sphinx pydoctor sphinxbootstrap4theme sphinx-gallery sphinxcontrib-jquery
6161if [ x$DOC2DASH = x1 ]; then
6262 .venv/bin/pip install -U doc2dash
6363fi
You can’t perform that action at this time.
0 commit comments