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 f86da1192..ef91824b2 100644 --- a/Makefile +++ b/Makefile @@ -95,6 +95,7 @@ appstore: --exclude=.php_cs.dist \ --exclude=psalm.xml \ --exclude=README.md \ + --exclude=.readthedocs.yaml \ --exclude=/recording \ --exclude=/src \ --exclude=.stylelintignore \