File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,12 @@ commands:
66
66
python3 -m venv .python-env
67
67
source .python-env/bin/activate
68
68
python -m pip install -r requirements.txt
69
+ git clone git@github.com: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
69
75
EOF
70
76
71
77
jobs :
Original file line number Diff line number Diff line change @@ -12,7 +12,12 @@ source $pyenv/bin/activate
12
12
PATH_add $pyenv /bin
13
13
14
14
python -m pip install -r requirements.txt
15
-
15
+ git clone git@github.com:bame-da/sphinx-external-toc.git
16
+ cd sphinx-external-toc
17
+ git checkout 8a33082711c7ccf3472a9381f9c9eee474f71a2d
18
+ flit install
19
+ cd ..
20
+ rm -rf sphinx-external-toc
16
21
[[ -f .envrc.private ]] && source_env .envrc.private
17
22
18
23
watch_file requirements.txt
Original file line number Diff line number Diff line change 1
1
Sphinx == 4.3.1
2
2
sphinx-autobuild == 2021.3.14
3
3
sphinx-copybutton == 0.5.1
4
- sphinx_external_toc == 0.3.1
5
4
sphinxext-remoteliteralinclude == 0.4.0
5
+ flit == 3.8.0
You can’t perform that action at this time.
0 commit comments