-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
27 lines (23 loc) · 820 Bytes
/
mkdocs.yml
File metadata and controls
27 lines (23 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
site_name: qdscreen
# site_description: 'A short description of my project'
repo_url: https://github.com/python-qds/qdscreen
# docs_dir: .
# site_dir: ../site
# default branch is main instead of master now on github
edit_uri : ./edit/main/docs
nav:
- Home: index.md
- Usage examples: generated/gallery
- API reference: api_reference.md
- Changelog: changelog.md
theme: material # readthedocs mkdocs
plugins:
- gallery:
examples_dirs: docs/examples # path to your example scripts
gallery_dirs: docs/generated/gallery # where to save generated gallery
filename_pattern: ".*_demo"
within_subsection_order: FileNameSortKey # order according to file name
- search # make sure the search plugin is still enabled
markdown_extensions:
- toc:
permalink: true