Skip to content

Commit 32119a1

Browse files
authored
Merge pull request #24 from qianqianluo/Documentation
added required file for read the docs
2 parents 1d70e9e + c74d038 commit 32119a1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Required
2+
version: 2
3+
4+
# Set the version of Python and other tools you might need
5+
build:
6+
os: ubuntu-22.04
7+
tools:
8+
python: "3.11"
9+
10+
# Build documentation in the docs/ directory with Sphinx
11+
sphinx:
12+
configuration: conf.py

0 commit comments

Comments
 (0)