Skip to content

Commit 8c4b664

Browse files
author
Sylvain MARIE
committed
Fixed doc generation
1 parent d27172e commit 8c4b664

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ci_tools/requirements-pip.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ pytest-steps
1717
pytest-cov==2.6.0 # after 2.6.1 it requires pytest 3.6
1818

1919
# --- to generate the doc (see .travis)
20-
mkdocs-material==2.7.3
21-
mkdocs==0.17.3 # this is to prevent a version non-compliant with mkdocs-material to be installed.
20+
mkdocs-material # ==2.7.3
21+
mkdocs # ==0.17.3 # this is to prevent a version non-compliant with mkdocs-material to be installed.

docs/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ site_name: pytest_cases
33
repo_url: https://github.com/smarie/python-pytest-cases
44
docs_dir: .
55
site_dir: ../site
6-
pages:
6+
nav:
77
- Home: index.md
88
- Usage details:
99
- Overview: usage.md

docs/usage/basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Usage basics
22

3-
This page assumes that you have read the [initial example](../index.html#usage).
3+
This page assumes that you have read the [initial example](../#usage).
44

55
## Customizing case names
66

0 commit comments

Comments
 (0)