summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.readthedocs.yaml10
-rw-r--r--Makefile1
2 files changed, 11 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 000000000..8dda62d78
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,10 @@
+version: 2
+
+build:
+ os: ubuntu-22.04
+ tools:
+ python: "3"
+
+mkdocs:
+ configuration: mkdocs.yml
+ fail_on_warning: false
diff --git a/Makefile b/Makefile
index 76ef785bb..9306391bf 100644
--- a/Makefile
+++ b/Makefile
@@ -93,6 +93,7 @@ appstore:
--exclude=.php_cs.dist \
--exclude=psalm.xml \
--exclude=README.md \
+ --exclude=.readthedocs.yaml \
--exclude=/recording \
--exclude=/site \
--exclude=/src \