We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 211318d commit 0eda2e0Copy full SHA for 0eda2e0
.readthedocs.yaml
@@ -0,0 +1,21 @@
1
+# Read the Docs configuration file
2
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3
+
4
+version: 2
5
6
+build:
7
+ os: ubuntu-22.04
8
+ tools:
9
+ python: "3.8"
10
11
+sphinx:
12
+ configuration: docs/source/conf.py
13
14
+# If using Sphinx, optionally build your docs in additional formats such as PDF
15
+formats:
16
+ - pdf
17
18
+# Optionally declare the Python requirements required to build your docs
19
+python:
20
+ install:
21
+ - requirements: docs/requirements-docs.txt
docs/requirements-docs.txt
@@ -1,3 +1,3 @@
-sphinx
-sphinx-click
-sphinx-copybutton
+sphinx == 6.2.1
+sphinx-book-theme == 1.0.1
+sphinx-copybutton == 0.5.2
0 commit comments