mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-24 18:34:37 +08:00
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
This commit is contained in:
@ -4,8 +4,10 @@
|
|||||||
|
|
||||||
# Required
|
# Required
|
||||||
version: 2
|
version: 2
|
||||||
|
|
||||||
|
# Set the version of Python and other tools you might need
|
||||||
build:
|
build:
|
||||||
os: "ubuntu-16.04"
|
os: "ubuntu-20.04"
|
||||||
tools:
|
tools:
|
||||||
python: "3.6"
|
python: "3.6"
|
||||||
|
|
||||||
@ -17,4 +19,9 @@ formats:
|
|||||||
# Optionally set the version of Python and requirements required to build your docs
|
# Optionally set the version of Python and requirements required to build your docs
|
||||||
python:
|
python:
|
||||||
install:
|
install:
|
||||||
- requirements: docs/requirements.txt
|
- requirements: docs/setuptools.requirements.txt
|
||||||
|
- requirements: docs/requirements.txt
|
||||||
|
|
||||||
|
# Specify the path for conf.py
|
||||||
|
sphinx:
|
||||||
|
configuration: docs/en/conf.py
|
1
docs/setuptools.requirements.txt
Normal file
1
docs/setuptools.requirements.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
setuptools<57.5.0
|
Reference in New Issue
Block a user