summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-02-17 12:51:43 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-12-12 18:15:03 +0100
commit16ee8b4a4a09dffafd9efd0164cf76f66b8b4377 (patch)
tree31ce8a2a438f04618366d7b29ed51aa08bffb9f7 /.readthedocs.yaml
parented3c7541c2c61d74d211dd2d602dc83e68ee1371 (diff)
downloadIshtar-16ee8b4a4a09dffafd9efd0164cf76f66b8b4377.tar.bz2
Ishtar-16ee8b4a4a09dffafd9efd0164cf76f66b8b4377.zip
🚀 Debian package: delete unecessary files, adapt and add install templates
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml23
1 files changed, 0 insertions, 23 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
deleted file mode 100644
index 52faf18dd..000000000
--- a/.readthedocs.yaml
+++ /dev/null
@@ -1,23 +0,0 @@
-# .readthedocs.yaml
-# Read the Docs configuration file
-# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
-
-# Required
-version: 2
-
-formats:
- - pdf
-
-# Set the version of Python and other tools you might need
-build:
- os: ubuntu-22.04
- tools:
- python: "3.9"
-
-# Build documentation in the docs/ directory with Sphinx
-sphinx:
- configuration: docs/fr/source/conf.py
-
-python:
- install:
- - requirements: requirements_rtd.txt \ No newline at end of file