Просмотр исходного кода

Merge pull request #1187 from jelmer/readthedocs

Add the readthedocs configuration
Jelmer Vernooij 1 год назад
Родитель
Сommit
c1c52f8958
3 измененных файлов с 17 добавлено и 2 удалено
  1. 2 2
      .codespellrc
  2. 15 0
      .readthedocs.yml
  3. 0 0
      docs/requirements.txt

+ 2 - 2
.codespellrc

@@ -1,3 +1,3 @@
 [codespell]
-skip = .git,.mypy_cache,build
-ignore-words-list = fpr,claus,feld,nd,bu,ue,te,fo
+skip = .git,.mypy_cache,build,testdata
+ignore-words-list = fpr,claus,feld,nd,bu,ue,te,fo,afile

+ 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