瀏覽代碼

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

Peter Thomassen 1 年之前
父節點
當前提交
190bae5b70
共有 1 個文件被更改,包括 10 次插入0 次删除
  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