Fix config of readthedocs (#1511)
parent
2fe0ecec3d
commit
447d3bba2c
docs
|
@ -3,6 +3,9 @@ version: 2
|
|||
formats:
|
||||
- epub
|
||||
|
||||
sphinx:
|
||||
configuration: docs/en/conf.py
|
||||
|
||||
# Set the version of Python and other tools you might need
|
||||
build:
|
||||
os: ubuntu-22.04
|
|
@ -0,0 +1,19 @@
|
|||
version: 2
|
||||
|
||||
formats:
|
||||
- epub
|
||||
|
||||
sphinx:
|
||||
configuration: docs/zh_cn/conf.py
|
||||
|
||||
# Set the version of Python and other tools you might need
|
||||
build:
|
||||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: "3.10"
|
||||
|
||||
python:
|
||||
install:
|
||||
- requirements: requirements/runtime.txt
|
||||
- requirements: requirements/docs.txt
|
||||
- requirements: requirements/docs_extra.txt
|
Loading…
Reference in New Issue