Skip to content

Commit 9618e45

Browse files
committed
Disable MkDocs' strict mode for ReadTheDocs builds to pass
Relates to shaarli#1179 See: - https://www.mkdocs.org/user-guide/configuration/#build-directories - readthedocs/readthedocs.org#4314 Signed-off-by: VirtualTam <[email protected]>
1 parent d6e392a commit 9618e45

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mkdocs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ site_description: The personal, minimalist, super-fast, database free, bookmarki
55
theme: readthedocs
66
docs_dir: doc/md
77
site_dir: doc/html
8-
strict: true
8+
# Disable strict mode until ReadTheDocs provides up-to-date MkDocs settings:
9+
# - https://github.com/shaarli/Shaarli/issues/1179
10+
# - https://github.com/rtfd/readthedocs.org/issues/4314
11+
# strict: true
912

1013
pages:
1114
- Home: index.md

0 commit comments

Comments
 (0)