Add the readthedocs configuration
@@ -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
@@ -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