diff options
Diffstat (limited to '.readthedocs.yaml')
| -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 | ||
