-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
32 lines (29 loc) · 828 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
32 lines (29 loc) · 828 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
28
29
30
31
32
site_name: DMI Python SDK docs
site_description: "Docs for the python DMI open data SDKs generated by openapi-generator from the openAPI specs of the DMI APIs"
site_author: "Jakob Stender Guldberg"
site_url: !ENV READTHEDOCS_CANONICAL_URL
docs_dir: docs/
repo_name: "jakob1379/python-dmi-open-data"
repo_url: "https://github.com/jakob1379/python-dmi-open-data"
theme:
name: "material"
features:
- navigation.instant
- navigation.sections
- navigation.expand
- navigation.tabs
- navigation.top
extra_javascript:
- javascript/readthedocs.js
markdown_extensions:
- toc:
permalink: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- search