about summary refs log tree commit diff
path: root/src/c-stdaux/.readthedocs.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/c-stdaux/.readthedocs.yaml')
-rw-r--r--src/c-stdaux/.readthedocs.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/c-stdaux/.readthedocs.yaml b/src/c-stdaux/.readthedocs.yaml
new file mode 100644
index 00000000..5bbe6ac1
--- /dev/null
+++ b/src/c-stdaux/.readthedocs.yaml
@@ -0,0 +1,20 @@
+# Read the Docs configuration file
+
+version: 2
+
+build:
+  apt_packages:
+  - "clang"
+  os: "ubuntu-22.04"
+  tools:
+    python: "3"
+
+formats: "all"
+
+python:
+  install:
+  - requirements: "src/docs/requirements.txt"
+  system_packages: true
+
+sphinx:
+  configuration: "src/docs/conf.py"