We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cccd9d1 commit 2757cbcCopy full SHA for 2757cbc
.github/workflows/documentation.yaml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install dependencies
21
run: |
22
pip install sphinx sphinx_rtd_theme
23
- pip -r docs/requirements.txt
+ pip install -r docs/requirements.txt
24
- name: Sphinx build
25
26
sphinx-build docs _build
.readthedocs.yaml
@@ -31,6 +31,6 @@ formats:
31
# Optional but recommended, declare the Python requirements required
32
# to build your documentation
33
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
34
-# python:
35
-# install:
36
-# - requirements: docs/requirements.txt
+python:
+ install:
+ - requirements: docs/requirements.txt
0 commit comments