-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
76 lines (69 loc) · 1.82 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
site_name: "Open Quantum Data Commons (openQDC)"
site_description: "I don't know... Something about data and Quantum stuff I guess :D"
site_url: "https://github.com/OpenDrugDiscovery/openQDC"
repo_url: "https://github.com/OpenDrugDiscovery/openQDC"
repo_name: "openQDC"
copyright: Copyright 2023 Valence Labs
remote_branch: "privpage"
use_directory_urls: false
docs_dir: "docs"
nav:
- Overview: index.md
- Available Datasets: datasets.md
- Tutorials:
- Really hard example: tutorials/usage.ipynb
- API:
- Datasets: API/available_datasets.md
- Isolated Atoms Energies: API/isolated_atom_energies.md
theme:
name: material
custom_dir: docs/_overrides
palette:
primary: teal
accent: purple
features:
- navigation.tabs
- navigation.expand
extra_css:
- css/custom.css
extra_javascript:
- javascripts/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
markdown_extensions:
- admonition
- markdown_include.include
- pymdownx.emoji
- pymdownx.highlight
- pymdownx.magiclink
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist
# For `tab_length=2` in the markdown extension
# See https://github.com/mkdocs/mkdocs/issues/545
- mdx_truly_sane_lists
- mkdocs-click
- attr_list
- md_in_html
- toc:
permalink: true
plugins:
- search
- mkdocstrings:
watch:
- openqdc/
handlers:
python:
setup_commands:
- import sys
- sys.path.append("docs")
- sys.path.append("openqdc")
selection:
new_path_syntax: yes
rendering:
show_root_heading: yes
heading_level: 3
show_if_no_docstring: true
- mkdocs-jupyter:
execute: False
# kernel_name: python3