We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4193bc6 commit 448896bCopy full SHA for 448896b
Documentation/.readthedocs.yaml
@@ -12,6 +12,7 @@ build:
12
- python3 -m playwright install chromium
13
- ./Documentation/build_doxygen.sh
14
- ./Documentation/build_referencesheet.sh
15
+ - cp ./LICENSE.md ./build/documentation/docs/license.md
16
17
mkdocs:
18
configuration: build/documentation/mkdocs.yaml
Documentation/mkdocs.yaml
@@ -1,6 +1,7 @@
1
# mkdocs.yml
2
site_name: Oolite Documentation
3
site_url: https://oolite.readthedocs.io/
4
+strict: true
5
6
markdown_extensions:
7
- attr_list
0 commit comments