We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34c9012 + f5d58f8 commit 6b65bd1Copy full SHA for 6b65bd1
.readthedocs.yaml
@@ -0,0 +1,16 @@
1
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
2
+version: 2
3
+build:
4
+ os: ubuntu-22.04
5
+ tools:
6
+ python: "3.12"
7
+sphinx:
8
+ builder: html
9
+ configuration: docs/conf.py
10
+ fail_on_warning: true
11
+# the requirements.txt override some RTD defaults.
12
+# ideally it has to be updated from time to time
13
+# with latest libraries versions.
14
+python:
15
+ install:
16
+ - requirements: docs/requirements.txt
docs/requirements.txt
@@ -0,0 +1,3 @@
+sphinx
+sphinx_rtd_theme
+readthedocs-sphinx-ext
0 commit comments