Skip to content

Commit 392f40e

Browse files
committed
Fix RTD building errors due to the updates in RTD side
1 parent a96bc5c commit 392f40e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.readthedocs.yml renamed to .readthedocs.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44

55
# Required
66
version: 2
7+
8+
# Set the version of Python and other tools you might need
79
build:
8-
os: "ubuntu-16.04"
10+
os: "ubuntu-20.04"
911
tools:
1012
python: "3.6"
1113

@@ -17,4 +19,9 @@ formats:
1719
# Optionally set the version of Python and requirements required to build your docs
1820
python:
1921
install:
20-
- 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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
setuptools<57.5.0

0 commit comments

Comments
 (0)