mirror of
https://github.com/nextcloud/spreed.git
synced 2025-12-18 05:20:50 +01:00
fix(docs): Add readthedocs config to try fixing the build
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
30c4fea183
commit
1f720a3bd6
2 changed files with 11 additions and 0 deletions
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
|
|
@ -93,6 +93,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=/site \
|
--exclude=/site \
|
||||||
--exclude=/src \
|
--exclude=/src \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue