aboutsummaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2024-12-05 12:52:54 +0100
committerMiodrag Milanovic <mmicko@gmail.com>2024-12-05 12:52:54 +0100
commit789a46da5edc03dac287d97a7bc173a3f5de89e6 (patch)
treead31169c624f472842748ddafdcad429efed5219 /.readthedocs.yaml
parent42be8d5bf0c2c6f3422b14cc4d264da7781da43b (diff)
Setup for readthedocs
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 0000000..19692d4
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,13 @@
+version: 2
+
+build:
+ os: ubuntu-22.04
+ tools:
+ python: '3.11'
+
+sphinx:
+ configuration: docs/source/conf.py
+
+python:
+ install:
+ - requirements: docs/source/requirements.txt