Skip to content

Commit 297a99f

Browse files
authored
Merge pull request #619 from chenxinye/master
Add .readthedocs.yaml to fix failing docs build issue.
2 parents 5bc9412 + e9986fe commit 297a99f

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.readthedocs.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
6+
tools:
7+
python: "3.12"
8+
9+
10+
python:
11+
install:
12+
- requirements: docs/docs_requirements.txt
13+
- method: pip
14+
path: .
15+
16+
sphinx:
17+
18+
configuration: docs/conf.py

docs/docs_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sphinx_rtd_theme

0 commit comments

Comments
 (0)