From 67549d4f42c00800383c9e562a7405477f55b56f Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Fri, 3 Aug 2018 14:12:07 -0400 Subject: Update for MkDocs 1.0. --- doc-requirements.txt | 2 +- mkdocs.yml | 2 +- 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 diff --git a/mkdocs.yml b/mkdocs.yml index 1415b10..581b0e8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 -- cgit v1.2.3