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:
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 EOF
7076
7177jobs :
Original file line number Diff line number Diff line change @@ -12,7 +12,12 @@ source $pyenv/bin/activate
1212PATH_add $pyenv /bin
1313
1414python -m pip install -r requirements.txt
15-
15+ git clone
[email protected] :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
1621[[ -f .envrc.private ]] && source_env .envrc.private
1722
1823watch_file requirements.txt
Original file line number Diff line number Diff line change 11Sphinx == 4.3.1
22sphinx-autobuild == 2021.3.14
33sphinx-copybutton == 0.5.1
4- sphinx_external_toc == 0.3.1
54sphinxext-remoteliteralinclude == 0.4.0
5+ flit == 3.8.0
You can’t perform that action at this time.
0 commit comments