Selaa lähdekoodia

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

Peter Thomassen 1 vuosi sitten
vanhempi
commit
190bae5b70
1 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  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