Skip to content

Commit 8a087d0

Browse files
SunsetWolfLinlang Lv (iSoftStone Information)
and
Linlang Lv (iSoftStone Information)
authored
fix docs (#1721)
* fix docs * modify file extension * modify file extension --------- Co-authored-by: Linlang Lv (iSoftStone Information) <[email protected]>
1 parent 2ae4be4 commit 8a087d0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: .readthedocs.yml renamed to .readthedocs.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
# Required
66
version: 2
77

8+
# Set the version of Python and other tools you might need
9+
build:
10+
os: ubuntu-22.04
11+
tools:
12+
python: "3.7"
13+
814
# Build documentation in the docs/ directory with Sphinx
915
sphinx:
1016
configuration: docs/conf.py
@@ -14,7 +20,6 @@ formats: all
1420

1521
# Optionally set the version of Python and requirements required to build your docs
1622
python:
17-
version: 3.7
1823
install:
1924
- requirements: docs/requirements.txt
2025
- method: pip

0 commit comments

Comments
 (0)