-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
42 lines (41 loc) · 958 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
site_name: RoPython Documentation
site_url: https://parker02311.github.io/ropython/
site_description: 'Documentation for RoPython'
site_author: 'parker02311'
docs_dir: docs/
repo_name: 'parker02311/ropython'
repo_url: 'https://github.com/parker02311/ropython'
theme:
name: 'material'
palette:
scheme: slate
primary: black
accent: green
plugins:
- search
- gen-files:
scripts:
- docs/gen_doc_stubs.py
- mkdocstrings:
watch:
- ropython
handlers:
python:
setup_commands:
- import sys
- sys.path.append("docs")
selection:
new_path_syntax: yes
rendering:
show_if_no_docstring: yes
show_signature_annotations: yes
show_root_heading: yes
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- pymdownx.tabbed
- footnotes
- def_list
- pymdownx.tasklist