Skip to content

Use local bugfixed version of external toc plugin #130

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jan 25, 2023
Merged
Show file tree
Hide file tree
Changes from all 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
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ 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
EOF

jobs:
Expand Down
7 changes: 6 additions & 1 deletion .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ 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
[[ -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