Skip to content

Commit 2757cbc

Browse files
committed
install docs requirements
1 parent cccd9d1 commit 2757cbc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
pip install sphinx sphinx_rtd_theme
23-
pip -r docs/requirements.txt
23+
pip install -r docs/requirements.txt
2424
- name: Sphinx build
2525
run: |
2626
sphinx-build docs _build

.readthedocs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ formats:
3131
# Optional but recommended, declare the Python requirements required
3232
# to build your documentation
3333
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
34-
# python:
35-
# install:
36-
# - requirements: docs/requirements.txt
34+
python:
35+
install:
36+
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)