Disable MkDocs' strict mode for ReadTheDocs builds to pass
Relates to https://github.com/shaarli/Shaarli/issues/1179 See: - https://www.mkdocs.org/user-guide/configuration/#build-directories - https://github.com/rtfd/readthedocs.org/issues/4314 Signed-off-by: VirtualTam <virtualtam@flibidi.net>
This commit is contained in:
parent
d6e392a9cb
commit
9618e45f4b
1 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,10 @@ site_description: The personal, minimalist, super-fast, database free, bookmarki
|
||||||
theme: readthedocs
|
theme: readthedocs
|
||||||
docs_dir: doc/md
|
docs_dir: doc/md
|
||||||
site_dir: doc/html
|
site_dir: doc/html
|
||||||
strict: true
|
# Disable strict mode until ReadTheDocs provides up-to-date MkDocs settings:
|
||||||
|
# - https://github.com/shaarli/Shaarli/issues/1179
|
||||||
|
# - https://github.com/rtfd/readthedocs.org/issues/4314
|
||||||
|
# strict: true
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
- Home: index.md
|
- Home: index.md
|
||||||
|
|
Loading…
Reference in a new issue