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 cf4e543 commit b49039cCopy full SHA for b49039c
.circleci/config.yml
@@ -48,6 +48,7 @@ jobs:
48
name: Install deps
49
command: |
50
pip install --upgrade pip
51
+ pip install --no-cache-dir -r docs/requirements.txt
52
pip install --no-cache-dir .[doc]
53
- run:
54
name: Build only this commit
docs/requirements.txt
@@ -0,0 +1,4 @@
1
+# This requirements file includes unreleased dependencies above and beyond those
2
+# specified in the project.optional-dependencies.doc table of pyproject.toml
3
+git+https://github.com/AleksandarPetrov/napoleon.git@0dc3f28a309ad602be5f44a9049785a1026451b3#egg=sphinxcontrib-napoleon
4
+git+https://github.com/effigies/sphinxcontrib-versioning.git@master#egg=sphinxcontrib-versioning
0 commit comments