Skip to content

Commit b49039c

Browse files
committed
FIX: Restore docs/requirements.txt
1 parent cf4e543 commit b49039c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
name: Install deps
4949
command: |
5050
pip install --upgrade pip
51+
pip install --no-cache-dir -r docs/requirements.txt
5152
pip install --no-cache-dir .[doc]
5253
- run:
5354
name: Build only this commit

docs/requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)