Browse Source

Add readthedocs configuration

Jelmer Vernooij 1 year ago
parent
commit
3fe0f1b284
2 changed files with 15 additions and 0 deletions
  1. 15 0
      .readthedocs.yml
  2. 0 0
      docs/requirements.txt

+ 15 - 0
.readthedocs.yml

@@ -0,0 +1,15 @@
+version: 2
+build:
+  os: ubuntu-22.04
+  tools:
+    python: "3.11"
+sphinx:
+   configuration: docs/conf.py
+
+formats:
+  - pdf
+  - epub
+
+python:
+  install:
+    - requirements: docs/requirements.txt

+ 0 - 0
docs/requirements.txt