aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2018-08-03 14:12:07 -0400
committerWaylan Limberg <waylan.limberg@icloud.com>2018-08-03 19:18:34 -0400
commit67549d4f42c00800383c9e562a7405477f55b56f (patch)
tree7926c14d9759e35066f95c231fec48efea1cf632
parent833574a9da27874614f7184f85f7993a539f3df1 (diff)
downloadmarkdown-67549d4f42c00800383c9e562a7405477f55b56f.tar.gz
markdown-67549d4f42c00800383c9e562a7405477f55b56f.tar.bz2
markdown-67549d4f42c00800383c9e562a7405477f55b56f.zip
Update for MkDocs 1.0.
-rw-r--r--doc-requirements.txt2
-rw-r--r--mkdocs.yml2
-rw-r--r--test-requirements.txt2
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