summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-10-23 08:54:19 +0200
committerJoas Schilling <coding@schilljs.com>2023-10-23 09:04:59 +0200
commit1f720a3bd622db9bf85b6d08ca2f9764736d7593 (patch)
tree0c05c2a0fb5f449bdde55cc7bbaf980d9e86f96a
parent30c4fea1837b707111d4d097f629401a9eeacea0 (diff)
fix(docs): Add readthedocs config to try fixing the build
Signed-off-by: Joas Schilling <coding@schilljs.com>
-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 \