From 122f8c46f810f0ebea7e5d09160b7ffd3d32739b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Eustace?= Date: Tue, 4 Sep 2018 16:19:36 +0200 Subject: [PATCH] =?UTF-8?q?Update=20me=CC=81docs=20to=20^1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/mkdocs.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index bd9acd83a7b..ce69e560176 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -7,7 +7,7 @@ theme: extra: version: 2.0 -pages: +nav: - Introduction: index.md - Basic Usage: basic-usage.md - Libraries: libraries.md diff --git a/pyproject.toml b/pyproject.toml index 0b3a11e046f..41eab749512 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ virtualenv = { version = "^16.0", python = "~2.7" } [tool.poetry.dev-dependencies] pytest = "^3.4" pytest-cov = "^2.5" -mkdocs = "^0.17.3" +mkdocs = "^1.0" pymdown-extensions = "^4.9" pygments = "^2.2" pytest-mock = "^1.9"