summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorjvoisin2023-09-18 16:26:36 +0200
committerjvoisin2023-09-18 16:26:36 +0200
commita155f85f969ff7aa92822aa3a6963499554318a9 (patch)
treefe4d2f06e44174770fbec03160a25f072c5281d2 /.readthedocs.yaml
parent31fe1e8512fe0edba7e72bf781c9a2cf2b0afbab (diff)
Add a configuration file for readthedocs
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 0000000..1eca5c9
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,17 @@
1# .readthedocs.yaml
2# Read the Docs configuration file
3# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
5version: 2
6
7build:
8 os: ubuntu-22.04
9 tools:
10 python: "3.11"
11
12formats:
13 - epub
14 - pdf
15
16sphinx:
17 configuration: doc/source/conf.py