diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2018-08-03 14:12:07 -0400 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2018-08-03 19:18:34 -0400 |
commit | 67549d4f42c00800383c9e562a7405477f55b56f (patch) | |
tree | 7926c14d9759e35066f95c231fec48efea1cf632 | |
parent | 833574a9da27874614f7184f85f7993a539f3df1 (diff) | |
download | markdown-67549d4f42c00800383c9e562a7405477f55b56f.tar.gz markdown-67549d4f42c00800383c9e562a7405477f55b56f.tar.bz2 markdown-67549d4f42c00800383c9e562a7405477f55b56f.zip |
Update for MkDocs 1.0.
-rw-r--r-- | doc-requirements.txt | 2 | ||||
-rw-r--r-- | mkdocs.yml | 2 | ||||
-rw-r--r-- | test-requirements.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc-requirements.txt b/doc-requirements.txt index 3f90abe..45acbd4 100644 --- a/doc-requirements.txt +++ b/doc-requirements.txt @@ -1,2 +1,2 @@ -mkdocs +mkdocs>=1.0 mkdocs-nature @@ -12,7 +12,7 @@ theme: release: 3.0.dev issue_tracker: https://github.com/Python-Markdown/markdown/issues -pages: +nav: - Python-Markdown: index.md - Installation: install.md - Library Reference: reference.md diff --git a/test-requirements.txt b/test-requirements.txt index 12244ab..0e8680f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ coverage<4.0 pyyaml pytidylib -mkdocs +mkdocs>=1.0 mkdocs-nature |