File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ pytest-steps
1717pytest-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.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ site_name: pytest_cases
33repo_url : https://github.com/smarie/python-pytest-cases
44docs_dir : .
55site_dir : ../site
6- pages :
6+ nav :
77 - Home : index.md
88 - Usage details :
99 - Overview : usage.md
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments