8000
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 a96bc5c + 392f40e commit d3a5f99Copy full SHA for d3a5f99
.readthedocs.yml renamed to .readthedocs.yaml
@@ -4,8 +4,10 @@
4
5
# Required
6
version: 2
7
+
8
+# Set the version of Python and other tools you might need
9
build:
- os: "ubuntu-16.04"
10
+ os: "ubuntu-20.04"
11
tools:
12
python: "3.6"
13
@@ -17,4 +19,9 @@ formats:
17
19
# Optionally set the version of Python and requirements required to build your docs
18
20
python:
21
install:
- - requirements: docs/requirements.txt
22
+ - requirements: docs/setuptools.requirements.txt
23
+ - requirements: docs/requirements.txt
24
25
+# Specify the path for conf.py
26
+sphinx:
27
+ configuration: docs/en/conf.py
docs/setuptools.requirements.txt
@@ -0,0 +1 @@
1
+setuptools<57.5.0
0 commit comments