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.
1 parent 41c04e8 commit c5fbb8bCopy full SHA for c5fbb8b
.readthedocs.yaml
@@ -0,0 +1,13 @@
1
+version: 2
2
+
3
+build:
4
+ os: ubuntu-22.04
5
+ tools:
6
+ python: "3.9"
7
8
+sphinx:
9
+ configuration: docs/source/conf.py
10
11
+python:
12
+ install:
13
+ - requirements: docs/requirements.txt
docs/requirements-dev.txt
@@ -0,0 +1,7 @@
+sphinx>=7.1.2
+sphinx-rtd-theme>=1.3.0
+myst-parser>=2.0.0
+sphinx-copybutton>=0.5.2
+sphinx-design>=0.5.0
+sphinx-autodoc-typehints>=1.25.2
+sphinx-autoapi>=3.0.0
0 commit comments