Browse Source

fix(docs): add now mandatory config file, fixes #813

Peter Thomassen 1 year ago
parent
commit
190bae5b70
1 changed files with 10 additions and 0 deletions
  1. 10 0
      .readthedocs.yaml

+ 10 - 0
.readthedocs.yaml

@@ -0,0 +1,10 @@
+version: 2
+
+build:
+  os: ubuntu-22.04
+  tools:
+    python: "3.11"
+
+# Build documentation in the "docs/" directory with Sphinx
+sphinx:
+  configuration: docs/conf.py