fix(docs): Add readthedocs config to try fixing the build

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling
2023-10-23 08:54:19 +02:00
committed by backportbot-nextcloud[bot]
parent ba7cc51545
commit 0a1aebdbfb
2 changed files with 11 additions and 0 deletions

10
.readthedocs.yaml Normal file
View File

@ -0,0 +1,10 @@
version: 2
build:
os: ubuntu-22.04
tools:
python: "3"
mkdocs:
configuration: mkdocs.yml
fail_on_warning: false

View File

@ -95,6 +95,7 @@ appstore:
--exclude=.php_cs.dist \
--exclude=psalm.xml \
--exclude=README.md \
--exclude=.readthedocs.yaml \
--exclude=/recording \
--exclude=/src \
--exclude=.stylelintignore \