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 dd56263 commit 1ca7c6bCopy full SHA for 1ca7c6b
.circleci/config.yml
@@ -66,6 +66,12 @@ commands:
66
python3 -m venv .python-env
67
source .python-env/bin/activate
68
python -m pip install -r requirements.txt
69
+ git clone [email protected]:bame-da/sphinx-external-toc.git
70
+ cd sphinx-external-toc
71
+ git checkout 8a33082711c7ccf3472a9381f9c9eee474f71a2d
72
+ flit install
73
+ cd ..
74
+ rm -rf sphinx-external-toc
75
python -m pip install sphinx_external_toc-0.3.1-py3-none-any.whl
76
EOF
77
requirements.txt
@@ -2,3 +2,4 @@ Sphinx==4.3.1
2
sphinx-autobuild==2021.3.14
3
sphinx-copybutton==0.5.1
4
sphinxext-remoteliteralinclude==0.4.0
5
+flit==3.8.0
0 commit comments