Skip to content

Commit c2fbffc

Browse files
committed
fix RTD
1 parent e5103f9 commit c2fbffc

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.readthedocs.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.11"
7+
8+
sphinx:
9+
configuration: docs/source/conf.py
10+
11+
# Optional but recommended, declare the Python requirements required
12+
# to build your documentation
13+
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
14+
python:
15+
install:
16+
- requirements: docs/requirements.txt

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ exclude tools
1414
exclude CONTRIBUTING.md
1515
exclude .editorconfig
1616
exclude SECURITY.md
17+
exclude .readthedocs.yaml
1718

1819
graft scripts
1920

0 commit comments

Comments
 (0)