-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmkdocs.yml
37 lines (32 loc) · 1.12 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
# https://www.mkdocs.org/user-guide/configuration/
# https://squidfunk.github.io/mkdocs-material/creating-your-site/#advanced-configuration
site_name: Geojson to Modelica Translator
repo_url: https://github.com/urbanopt/geojson-modelica-translator
theme:
name: material
markdown_extensions:
- markdown_include.include
plugins:
- search
- schema_reader:
include:
- "geojson_modelica_translator/system_parameters/system_parameter_properties.json"
- "geojson_modelica_translator/geojson/data/schemas"
- mkdocstrings:
handlers:
python:
options:
# https://mkdocstrings.github.io/griffe/reference/docstrings/
docstring_style: sphinx
nav:
- Overview: index.md
- Getting Started: getting_started.md
- Input File Documentation: input_file_documentation.md
- Developer Resources: developer_resources.md
- Contributors: authors.md
- Change Log: changelog.md
- License: license.md
# Add these dirs/files to live updating during development (in addition to docs & this file)
# https://www.mkdocs.org/user-guide/configuration/#watch
# watch:
# - ghedesigner/