-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
37 lines (30 loc) · 967 Bytes
/
pyproject.toml
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
[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"
[tool.black]
line-length = 79
[tool.portray]
repo_url = "https://github.com/simphotonics/unitexpr"
extra_markdown_extensions = ["fenced_code", "pymdownx.superfences"]
directory = "/home/dan/WORK/PythonProjects/unitexpr/src"
#package_directory = "/home/dan/WORK/PythonProjects/generic_validation/src"
[tool.portray.mkdocs.theme]
#custom_dir = "/home/dan/.local/lib/python3.8/site-packages/portray/mkdocs_templates"
name = "material"
[[tool.portray.mkdocs.theme.palette]]
scheme = "default"
accent = "lightgreen"
primary = "teal"
[tool.portray.mkdocs.theme.palette.toggle]
icon = "material/toggle-switch-off-outline"
name = "Switch to dark mode"
[[tool.portray.mkdocs.theme.palette]]
scheme = "slate"
accent = "lightgreen"
primary = "teal"
[tool.portray.mkdocs.theme.palette.toggle]
icon = "material/toggle-switch"
name = "Switch to light mode"