We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf7f173 commit a0393dbCopy full SHA for a0393db
2 files changed
.readthedocs.yaml
@@ -0,0 +1,13 @@
1
+# Read the Docs configuration file for Sphinx projects
2
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3
+
4
+version: 2
5
+build:
6
+ os: ubuntu-22.04
7
+ tools:
8
+ python: "3.12"
9
+sphinx:
10
+ configuration: docs/conf.py
11
+python:
12
+ install:
13
+ - requirements: docs/requirements.txt
docs/requirements.txt
@@ -1 +1,2 @@
sphinxcontrib-fulltoc
+.
0 commit comments