File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed
Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ notebooks/scratch*
1111wandb /
1212data /results_wandb /incremental /
1313data /results_wandb /* incremental *
14+ site /
Original file line number Diff line number Diff line change 11site_name : Manify
22theme :
33 name : material
4+
45plugins :
56 - search
6- - mkdocstrings
77 - autorefs
8+ - mkdocstrings :
9+ handlers :
10+ python :
11+ setup_commands :
12+ - import sys
13+ - sys.path.append("manify")
14+ options :
15+ docstring_style : google
16+ merge_init_into_class : true
17+
818nav :
919 - Home : index.md
1020 - API : api.md
21+
1122markdown_extensions :
1223 - admonition
1324 - toc :
14- permalink : true
25+ permalink : true
Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ docs = [
3636 " mkdocs" ,
3737 " mkdocs-material" ,
3838 " mkdocstrings[python]" ,
39- " mkdocs-autorefs"
39+ " mkdocs-autorefs" ,
40+ " griffe"
4041]
4142
4243[tool .setuptools ]
You can’t perform that action at this time.
0 commit comments