mirror of
https://github.com/nextcloud/spreed.git
synced 2025-07-28 04:22:37 +00:00
fix(docs): Add readthedocs config to try fixing the build
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:

committed by
backportbot-nextcloud[bot]
![backportbot-nextcloud[bot]](/assets/img/avatar_default.png)
parent
ba7cc51545
commit
0a1aebdbfb
10
.readthedocs.yaml
Normal file
10
.readthedocs.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
version: 2
|
||||||
|
|
||||||
|
build:
|
||||||
|
os: ubuntu-22.04
|
||||||
|
tools:
|
||||||
|
python: "3"
|
||||||
|
|
||||||
|
mkdocs:
|
||||||
|
configuration: mkdocs.yml
|
||||||
|
fail_on_warning: false
|
1
Makefile
1
Makefile
@ -95,6 +95,7 @@ appstore:
|
|||||||
--exclude=.php_cs.dist \
|
--exclude=.php_cs.dist \
|
||||||
--exclude=psalm.xml \
|
--exclude=psalm.xml \
|
||||||
--exclude=README.md \
|
--exclude=README.md \
|
||||||
|
--exclude=.readthedocs.yaml \
|
||||||
--exclude=/recording \
|
--exclude=/recording \
|
||||||
--exclude=/src \
|
--exclude=/src \
|
||||||
--exclude=.stylelintignore \
|
--exclude=.stylelintignore \
|
||||||
|
Reference in New Issue
Block a user