Skip to content

Commit 63a5287

Browse files
kurtmckeetkem
authored andcommitted
Add ReadTheDocs .readthedocs.yaml configuration file.
1 parent 8050888 commit 63a5287

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.readthedocs.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Configure ReadTheDocs.
2+
3+
version: 2
4+
5+
build:
6+
os: "ubuntu-22.04"
7+
tools:
8+
python: "3.11"
9+
10+
sphinx:
11+
configuration: "docs/conf.py"

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ include LICENSE
33
include MANIFEST.in
44
include README.rst
55
include tox.ini
6+
exclude .readthedocs.yaml
67

78
recursive-include docs *
89
prune docs/_build

0 commit comments

Comments
 (0)