We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba98e1d commit abef465Copy full SHA for abef465
.readthedocs.yml
@@ -0,0 +1,15 @@
1
+version: 2
2
+
3
+build:
4
+ os: "ubuntu-24.04"
5
+ tools:
6
+ python: "3.12"
7
8
+# Build from the doc/ directory with Sphinx
9
+sphinx:
10
+ configuration: doc/conf.py
11
12
+# Explicitly set the version of Python and its requirements
13
+python:
14
+ install:
15
+ - requirements: doc/requirements.txt
doc/requirements.txt
@@ -0,0 +1,5 @@
+# Use the same sphinx as on readthedocs.org. When updated, make sure
+# sphinx-rtd-theme is compatible with sphinx.
+sphinx==7.2.6
+sphinx-rtd-theme==2.0.0
+myst-parser==4.0.1
0 commit comments