diff options
-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 |