-
Notifications
You must be signed in to change notification settings - Fork 9
/
mkdocs.yml
22 lines (21 loc) · 826 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
site_name: pytest_harvest
# site_description: 'A short description of my project'
repo_url: https://github.com/smarie/python-pytest-harvest
# docs_dir: docs
# site_dir: ../site
# default branch is main instead of master now on github
edit_uri : ./edit/main/docs
nav:
- Home: index.md
- API reference: api_reference.md
- Changelog: changelog.md
- Advanced Usage: advanced_usage.md
theme: material # readthedocs mkdocs
markdown_extensions:
- pymdownx.highlight # see https://squidfunk.github.io/mkdocs-material/reference/code-blocks/#highlight
- pymdownx.superfences # same as above as well as code blocks inside other blocks
- admonition # to add notes such as http://squidfunk.github.io/mkdocs-material/extensions/admonition/
# - codehilite:
# guess_lang: false
- toc:
permalink: true