Skip to content

Commit 1ca7c6b

Browse files
committed
Install extension from pinned source
1 parent dd56263 commit 1ca7c6b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ commands:
6666
python3 -m venv .python-env
6767
source .python-env/bin/activate
6868
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
6975
python -m pip install sphinx_external_toc-0.3.1-py3-none-any.whl
7076
EOF
7177

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ Sphinx==4.3.1
22
sphinx-autobuild==2021.3.14
33
sphinx-copybutton==0.5.1
44
sphinxext-remoteliteralinclude==0.4.0
5+
flit==3.8.0

0 commit comments

Comments
 (0)