Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ commands:
python3 -m venv .python-env
source .python-env/bin/activate
python -m pip install -r requirements.txt
git clone [email protected]:bame-da/sphinx-external-toc.git
cd sphinx-external-toc
git checkout 8a33082711c7ccf3472a9381f9c9eee474f71a2d
flit install
cd ..
rm -rf sphinx-external-toc
python -m pip install sphinx_external_toc-0.3.1-py3-none-any.whl
EOF

jobs:
Expand Down
8 changes: 7 additions & 1 deletion .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ source $pyenv/bin/activate
PATH_add $pyenv/bin

python -m pip install -r requirements.txt

git clone [email protected]:bame-da/sphinx-external-toc.git
cd sphinx-external-toc
git checkout 8a33082711c7ccf3472a9381f9c9eee474f71a2d
flit install
cd ..
rm -rf sphinx-external-toc
python -m pip install sphinx_external_toc-0.3.1-py3-none-any.whl
[[ -f .envrc.private ]] && source_env .envrc.private

watch_file requirements.txt
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Sphinx==4.3.1
sphinx-autobuild==2021.3.14
sphinx-copybutton==0.5.1
sphinx_external_toc==0.3.1
sphinxext-remoteliteralinclude==0.4.0
flit==3.8.0