aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAurélien Tamisier <virtualtam+github@flibidi.net>2018-07-27 19:22:04 +0200
committerGitHub <noreply@github.com>2018-07-27 19:22:04 +0200
commitaeb8586be47bd7a793f09de31be21b542ed25810 (patch)
treea8b1b8acec85f25b357a94110958af5b7ac0a8e1
parentd6e392a9cb5f3929e5a5d0821efcf404f51b3620 (diff)
parent9618e45f4ba90b139c04e3959a1739f98f21ceff (diff)
downloadShaarli-aeb8586be47bd7a793f09de31be21b542ed25810.tar.gz
Shaarli-aeb8586be47bd7a793f09de31be21b542ed25810.tar.zst
Shaarli-aeb8586be47bd7a793f09de31be21b542ed25810.zip
Merge pull request #1184 from virtualtam/workaround/rtfd-mkdocs
Disable MkDocs' strict mode for ReadTheDocs builds to pass
-rw-r--r--mkdocs.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index a1226e8f..76e0efba 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -5,7 +5,10 @@ site_description: The personal, minimalist, super-fast, database free, bookmarki
5theme: readthedocs 5theme: readthedocs
6docs_dir: doc/md 6docs_dir: doc/md
7site_dir: doc/html 7site_dir: doc/html
8strict: 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
9 12
10pages: 13pages:
11- Home: index.md 14- Home: index.md