diff options
| author | jvoisin | 2023-09-18 16:26:36 +0200 |
|---|---|---|
| committer | jvoisin | 2023-09-18 16:26:36 +0200 |
| commit | a155f85f969ff7aa92822aa3a6963499554318a9 (patch) | |
| tree | fe4d2f06e44174770fbec03160a25f072c5281d2 /.readthedocs.yaml | |
| parent | 31fe1e8512fe0edba7e72bf781c9a2cf2b0afbab (diff) | |
Add a configuration file for readthedocs
Diffstat (limited to '')
| -rw-r--r-- | .readthedocs.yaml | 17 |
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 | |||
| 5 | version: 2 | ||
| 6 | |||
| 7 | build: | ||
| 8 | os: ubuntu-22.04 | ||
| 9 | tools: | ||
| 10 | python: "3.11" | ||
| 11 | |||
| 12 | formats: | ||
| 13 | - epub | ||
| 14 | |||
| 15 | |||
| 16 | sphinx: | ||
| 17 | configuration: doc/source/conf.py | ||
