Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ commands:
python3 -m venv .python-env
source .python-env/bin/activate
python -m pip install -r requirements.txt
python -m pip install sphinx_external_toc-0.3.1-py3-none-any.whl
EOF

jobs:
Expand Down
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ source $pyenv/bin/activate
PATH_add $pyenv/bin

python -m pip install -r requirements.txt
python -m pip install sphinx_external_toc-0.3.1-py3-none-any.whl

[[ -f .envrc.private ]] && source_env .envrc.private

Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
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
Binary file added sphinx_external_toc-0.3.1-py3-none-any.whl
Binary file not shown.