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 df00729 commit 7fca11fCopy full SHA for 7fca11f
pyet/.readthedocs.yaml
@@ -0,0 +1,32 @@
1
+# .readthedocs.yml
2
+# Read the Docs configuration file
3
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
+
5
+# Required
6
+version: 2
7
8
+build:
9
+ os: ubuntu-22.04
10
+ tools:
11
+ python: "3.11"
12
13
+# Build documentation in the docs/ directory with Sphinx
14
+sphinx:
15
+ configuration: docs/conf.py
16
17
+# Build documentation with MkDocs
18
+#mkdocs:
19
+# configuration: mkdocs.yml
20
21
+# Optionally build your docs in additional formats such as PDF and ePub
22
+#formats:
23
+# - epub
24
+# - pdf
25
26
+# Optionally set the version of Python and requirements required to build your docs
27
+python:
28
+ install:
29
+ - method: pip
30
+ path: .
31
+ extra_requirements:
32
+ - rtd
0 commit comments