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 8c7a3d9 commit 0890733Copy full SHA for 0890733
.readthedocs.yaml
@@ -11,10 +11,6 @@ build:
11
python:
12
install:
13
- requirements: docs/requirements.txt
14
- - method: pip
15
- path: .
16
- extra_requirements:
17
- - .
18
19
sphinx:
20
configuration: docs/conf.py
docs/requirements.txt
@@ -1,2 +1,10 @@
1
+# This primarily exists for the readthedocs.io build, but may
2
+# also be useful for building docs in a local virtualenv:
3
+#
4
+# python -m venv .venv
5
+# source .venv/bin/activate
6
+# pip install -r docs/requirements.txt
7
+# make docs
8
+.
9
setuptools_scm
10
sphinx-rtd-theme
0 commit comments