We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8050888 commit 63a5287Copy full SHA for 63a5287
.readthedocs.yaml
@@ -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
@@ -3,6 +3,7 @@ include LICENSE
include MANIFEST.in
include README.rst
include tox.ini
+exclude .readthedocs.yaml
recursive-include docs *
prune docs/_build
0 commit comments