index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | .readthedocs.yaml | 15 |
diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..02e90da9 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,15 @@ +# .readthedocs.yml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +version: 2 + +sphinx: + builder: html + configuration: docs/conf.py + fail_on_warning: true + +build: + os: "ubuntu-22.04" + tools: + python: "3.11"
\ No newline at end of file |