浏览代码

fix(docs): restore theme

Broken in 190bae5b70f035ce0b45770b2fcecfb6ddc19f2a
Peter Thomassen 1 年之前
父节点
当前提交
72a2ca5856
共有 2 个文件被更改,包括 5 次插入1 次删除
  1. 4 0
      .readthedocs.yaml
  2. 1 1
      docs/requirements.txt

+ 4 - 0
.readthedocs.yaml

@@ -5,6 +5,10 @@ build:
   tools:
   tools:
     python: "3.11"
     python: "3.11"
 
 
+python:
+  install:
+    - requirements: docs/requirements.txt
+
 # Build documentation in the "docs/" directory with Sphinx
 # Build documentation in the "docs/" directory with Sphinx
 sphinx:
 sphinx:
   configuration: docs/conf.py
   configuration: docs/conf.py

+ 1 - 1
docs/requirements.txt

@@ -1 +1 @@
-docutils<0.21
+sphinx-rtd-theme