Skip to content

Commit d3a5f99

Browse files
committed
Merge branch 'docs/fix_rtd_building_error' into 'master'
Fix RTD building errors due to the updates in RTD side See merge request sdk/ESP8266_RTOS_SDK!1694
2 parents a96bc5c + 392f40e commit d3a5f99

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.readthedocs.yml .readthedocs.yaml

+9-2
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

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
setuptools<57.5.0

0 commit comments

Comments
 (0)