Skip to content

Commit

Permalink
Merge branch 'docs/fix_rtd_building_error' into 'master'
Browse files Browse the repository at this point in the history
Fix RTD building errors due to the updates in RTD side

See merge request sdk/ESP8266_RTOS_SDK!1694
  • Loading branch information
donghengqaz committed Jun 7, 2024
2 parents a96bc5c + 392f40e commit d3a5f99
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .readthedocs.yml → .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -17,4 +19,9 @@ formats:
# Optionally set the version of Python and requirements required to build your docs
python:
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 change: 1 addition & 0 deletions docs/setuptools.requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
setuptools<57.5.0

0 comments on commit d3a5f99

Please # to comment.