-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
55 lines (55 loc) · 1.28 KB
/
mkdocs.yml
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
site_name: Python Primer Design Library
site_url: https://github.com/fulcrumgenomics/prymer
use_directory_urls: false
theme:
name: material
highlightjs: true
hljs_languages:
- python
palette:
primary: teal
navstyle: dark
include_sidebar: true
collapse_navigation: false
repo_url: https://github.com/fulcrumgenomics/prymer
plugins:
- autorefs
- include-markdown
- search
- gen-files:
scripts:
- docs/scripts/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
- section-index
- mkdocstrings:
handlers:
python:
options:
docstring_section_style: table
docstring_style: google
group_by_category: true
separate_signature: true
show_category_heading: true
show_if_no_docstring: false
show_root_toc_entry: true
show_signature_annotations: true
signature_crossrefs: true
show_submodules: true
- table-reader
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- toc:
permalink: true
exclude_docs: |
test_*.py
watch:
- docs
- prymer
- mkdocs.yml