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:
Dong Heng
2024-06-07 10:30:24 +08:00
2 changed files with 10 additions and 2 deletions

View File

@ -4,8 +4,10 @@
# Required
version: 2
# Set the version of Python and other tools you might need
build:
os: "ubuntu-16.04"
os: "ubuntu-20.04"
tools:
python: "3.6"
@ -17,4 +19,9 @@ formats:
# Optionally set the version of Python and requirements required to build your docs
python:
install:
- requirements: docs/setuptools.requirements.txt
- requirements: docs/requirements.txt
# Specify the path for conf.py
sphinx:
configuration: docs/en/conf.py

View File

@ -0,0 +1 @@
setuptools<57.5.0