We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16887f commit dd56263Copy full SHA for dd56263
.circleci/config.yml
@@ -66,6 +66,7 @@ commands:
66
python3 -m venv .python-env
67
source .python-env/bin/activate
68
python -m pip install -r requirements.txt
69
+ python -m pip install sphinx_external_toc-0.3.1-py3-none-any.whl
70
EOF
71
72
jobs:
0 commit comments