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 862147c commit 52fbafbCopy full SHA for 52fbafb
.readthedocs.yaml
@@ -0,0 +1,25 @@
1
+# .readthedocs.yaml
2
+# Read the Docs configuration file
3
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
+
5
+version: 2
6
7
+build:
8
+ os: ubuntu-22.04
9
+ tools:
10
+ python: "3"
11
12
+# Build documentation in the docs/ directory with Sphinx
13
+sphinx:
14
+ configuration: doc/conf.py
15
16
+# If using Sphinx, optionally build your docs in additional formats such as PDF
17
+# formats:
18
+# - pdf
19
20
+# Optionally declare the Python requirements required to build your docs
21
+python:
22
+ install:
23
+ - method: pip
24
+ path: .
25
+ - requirements: doc/requirements.txt
doc/requirements.txt
@@ -0,0 +1,2 @@
+sphinx
+sphinx-autodoc-typehints
0 commit comments