-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
39 lines (39 loc) · 1.07 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
# https://realpython.com/python-project-documentation-with-mkdocs/
# to deploy:
# commit a change with __version__ in setup.py and src/__init__.py
# wait for wheels to build and download them
# twine upload dist/*
# label as new release
# bash docs/create_docs.sh
# mike deploy --update-aliases --rebase --push [VERSION NUMBER] latest
# https://mkdocstrings.github.io/python/usage/
site_name: Fast CoDy
theme:
# favicon: assets/images/favicon.png
palette:
primary: red
name: "material"
features:
- navigation.sections
plugins:
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [src, src/fast_cody]
options:
heading_level: 2
show_root_toc_entry: false
show_root_heading: false
show_signature_annotations: false
# show_signature: false
docstring_style: "numpy"
repo_url: https://github.com/otmanon/fast_cody/
repo_name: otmanon/fast_cody/
extra:
analytics:
provider: google
property: G-YDMBBH2H8E
version:
provider: mike
# https://github.com/jimporter/mike