Skip to content

Commit 67549d4

Browse files
committed
Update for MkDocs 1.0.
1 parent 833574a commit 67549d4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
mkdocs
1+
mkdocs>=1.0
22
mkdocs-nature

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ theme:
1212
release: 3.0.dev
1313
issue_tracker: https://github.com/Python-Markdown/markdown/issues
1414

15-
pages:
15+
nav:
1616
- Python-Markdown: index.md
1717
- Installation: install.md
1818
- Library Reference: reference.md

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
coverage<4.0
22
pyyaml
33
pytidylib
4-
mkdocs
4+
mkdocs>=1.0
55
mkdocs-nature

0 commit comments

Comments
 (0)