Fix: Update release guide to mvn39 and JDK21
[docs.git] / .readthedocs.yml
index 3c8193dae7e5f5c00f4a685327a5d10ce87d3ae5..220d0a94958a712e1d1053fd203395e71d7460c5 100644 (file)
@@ -1,8 +1,29 @@
-formats:
-  - htmlzip
+# .readthedocs.yml
+# Read the Docs configuration file
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
 
-requirements_file: requirements.txt
+# Required
+version: 2
+
+sphinx:
+    configuration: docs/conf.py
+
+# Build documentation with MkDocs
+#mkdocs:
+#  configuration: mkdocs.yml
+
+# Optionally build your docs in additional formats such as PDF
+# formats:
+#   - pdf
 
 build:
-   image: latest
+  os: ubuntu-22.04
+  tools:
+    python: "3.11"
+  jobs:
+    post_checkout:
+      - git fetch --unshallow || true
 
+python:
+  install:
+    - requirements: docs/requirements.txt