diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-10-15 19:42:17 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2025-10-15 20:51:14 +0200 |
commit | c89051fc253b08be2255b5bd5ea2695155bb4624 (patch) | |
tree | a86b9fe04493470959e595eda3c141a926ae9cdf /.readthedocs.yaml | |
parent | 4aa0d978067e535b8fed94710a2893de900a4851 (diff) | |
download | Ishtar-c89051fc253b08be2255b5bd5ea2695155bb4624.tar.bz2 Ishtar-c89051fc253b08be2255b5bd5ea2695155bb4624.zip |
🚀 Debian package: delete unecessary files, adapt and add install templates
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r-- | .readthedocs.yaml | 23 |
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 |