-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
42 lines (41 loc) · 965 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: Python Invest
repo_url: https://github.com/clcosta/python-invest
repo_name: clcsota/python-invest
nav:
- User Guide: index.md
- Advanced: advanced.md
- Command Line Interface: CLI/cli.md
theme:
name: material
favicon: ./images/logo.png
palette:
- scheme: default
primary: deep purple
toggle:
icon: material/weather-night
name: Dark Mode
- scheme: slate
primary: deep purple
toggle:
icon: material/weather-sunny
name: Light Mode
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.mark
- attr_list
- pymdownx.emoji:
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:materialx.emoji.twemoji
plugins:
- search
- mkdocstrings:
handlers:
python:
import:
- https://docs.python-requests.org/en/master/objects.inv
extra_css:
- ./stylesheets/extra.css
watch:
- python_invest