From 0c7914c5868c54e8616fddc5c86d41e3e82a8eca Mon Sep 17 00:00:00 2001 From: mcarans Date: Sat, 28 Feb 2026 17:03:55 +1300 Subject: [PATCH] Fix readthedocs --- Documentation/.readthedocs.yaml | 1 + Documentation/mkdocs.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/Documentation/.readthedocs.yaml b/Documentation/.readthedocs.yaml index 63d80a68f..630c1439f 100644 --- a/Documentation/.readthedocs.yaml +++ b/Documentation/.readthedocs.yaml @@ -12,6 +12,7 @@ build: - python3 -m playwright install chromium - ./Documentation/build_doxygen.sh - ./Documentation/build_referencesheet.sh + - cp ./LICENSE.md ./build/documentation/docs/license.md mkdocs: configuration: build/documentation/mkdocs.yaml diff --git a/Documentation/mkdocs.yaml b/Documentation/mkdocs.yaml index 61cee9b35..599cd1533 100644 --- a/Documentation/mkdocs.yaml +++ b/Documentation/mkdocs.yaml @@ -1,6 +1,7 @@ # mkdocs.yml site_name: Oolite Documentation site_url: https://oolite.readthedocs.io/ +strict: true markdown_extensions: - attr_list