From dab170339f832efba00052667adfb92a2bdc973f Mon Sep 17 00:00:00 2001 From: Sylvain MARIE Date: Fri, 15 Mar 2019 15:53:52 +0100 Subject: [PATCH] Updated mkdocs to work with latest version --- ci_tools/requirements-pip.txt | 4 ++-- docs/mkdocs.yml | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ci_tools/requirements-pip.txt b/ci_tools/requirements-pip.txt index 7dca3fb..cde07b4 100644 --- a/ci_tools/requirements-pip.txt +++ b/ci_tools/requirements-pip.txt @@ -19,5 +19,5 @@ pytest-logging # ==2015.11.4 pytest-cov==2.6.0 # after 2.6.1 it requires pytest 3.6 # --- to generate the doc (see .travis) -mkdocs-material==2.7.3 -mkdocs==0.17.3 # this is to prevent a version non-compliant with mkdocs-material to be installed. +mkdocs-material # ==2.7.3 +mkdocs # ==0.17.3 # this is to prevent a version non-compliant with mkdocs-material to be installed. diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 9c1df85..ac31a9b 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -1,7 +1,9 @@ site_name: pytest_steps # site_description: 'A short description of my project' repo_url: https://github.com/smarie/python-pytest-steps -pages: +docs_dir: . +site_dir: ../site +nav: - Home: index.md - API reference: api_reference.md - Changelog: changelog.md