diff options
author | Aurélien Tamisier <virtualtam+github@flibidi.net> | 2018-07-27 19:22:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-27 19:22:04 +0200 |
commit | aeb8586be47bd7a793f09de31be21b542ed25810 (patch) | |
tree | a8b1b8acec85f25b357a94110958af5b7ac0a8e1 | |
parent | d6e392a9cb5f3929e5a5d0821efcf404f51b3620 (diff) | |
parent | 9618e45f4ba90b139c04e3959a1739f98f21ceff (diff) | |
download | Shaarli-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.yml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -5,7 +5,10 @@ site_description: The personal, minimalist, super-fast, database free, bookmarki | |||
5 | theme: readthedocs | 5 | theme: readthedocs |
6 | docs_dir: doc/md | 6 | docs_dir: doc/md |
7 | site_dir: doc/html | 7 | 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 | ||
9 | 12 | ||
10 | pages: | 13 | pages: |
11 | - Home: index.md | 14 | - Home: index.md |