We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30c4fea + 1f720a3 commit ab03ae1Copy full SHA for ab03ae1
.readthedocs.yaml
@@ -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
@@ -93,6 +93,7 @@ appstore:
93
--exclude=.php_cs.dist \
94
--exclude=psalm.xml \
95
--exclude=README.md \
96
+ --exclude=.readthedocs.yaml \
97
--exclude=/recording \
98
--exclude=/site \
99
--exclude=/src \
0 commit comments