Skip to content

Commit 448896b

Browse files
authored
Fix readthedocs (#554)
1 parent 4193bc6 commit 448896b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Documentation/.readthedocs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ build:
1212
- python3 -m playwright install chromium
1313
- ./Documentation/build_doxygen.sh
1414
- ./Documentation/build_referencesheet.sh
15+
- cp ./LICENSE.md ./build/documentation/docs/license.md
1516

1617
mkdocs:
1718
configuration: build/documentation/mkdocs.yaml

Documentation/mkdocs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# mkdocs.yml
22
site_name: Oolite Documentation
33
site_url: https://oolite.readthedocs.io/
4+
strict: true
45

56
markdown_extensions:
67
- attr_list

0 commit comments

Comments
 (0)