summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2023-08-28 11:38:09 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2023-08-28 11:43:55 +0200
commit457de997097c53b1ddeb23e23b5e39078021db44 (patch)
tree7418cba1779d7c6d0602e3664163e22c71fee1d5 /.readthedocs.yaml
parent041ba07806d1b422e1e50b77551a280362dc18cd (diff)
downloadIshtar-457de997097c53b1ddeb23e23b5e39078021db44.tar.bz2
Ishtar-457de997097c53b1ddeb23e23b5e39078021db44.zip
👷 new readthedocs configuration file - explicit rdt theme
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 000000000..52faf18dd
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,23 @@
+# .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