Explorar o código

Add readthedocs configuration

Jelmer Vernooij %!s(int64=2) %!d(string=hai) anos
pai
achega
3fe0f1b284
Modificáronse 2 ficheiros con 15 adicións e 0 borrados
  1. 15 0
      .readthedocs.yml
  2. 0 0
      docs/requirements.txt

+ 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