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.
2 parents 03e9b36 + eb62e29 commit 9b6ed8eCopy full SHA for 9b6ed8e
.readthedocs.yaml
@@ -5,13 +5,17 @@
5
# Required
6
version: 2
7
8
+build:
9
+ os: ubuntu-22.04
10
+ tools:
11
+ python: "3.8"
12
+
13
# Build documentation with Sphinx
14
sphinx:
15
configuration: docs/source/conf.py
16
builder: html
17
fail_on_warning: false
18
19
python:
- version: "3.8"
20
install:
21
- requirements: docs/readthedocs-requirements.txt
docs/readthedocs-requirements.txt
@@ -5,3 +5,4 @@ sphinx-rtd-theme==1.0.0
sphinx-autoapi==1.8.4
ipython==8.10.0
sphinx-copybutton==0.4.0
0 commit comments