Skip to content

Commit 1f720a3

Browse files
committed
fix(docs): Add readthedocs config to try fixing the build
Signed-off-by: Joas Schilling <[email protected]>
1 parent 30c4fea commit 1f720a3

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.readthedocs.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3"
7+
8+
mkdocs:
9+
configuration: mkdocs.yml
10+
fail_on_warning: false

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ appstore:
9393
--exclude=.php_cs.dist \
9494
--exclude=psalm.xml \
9595
--exclude=README.md \
96+
--exclude=.readthedocs.yaml \
9697
--exclude=/recording \
9798
--exclude=/site \
9899
--exclude=/src \

0 commit comments

Comments
 (0)