Skip to content

Commit de4550f

Browse files
committed
Try mkdocs again
1 parent b79cd39 commit de4550f

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ notebooks/scratch*
1111
wandb/
1212
data/results_wandb/incremental/
1313
data/results_wandb/*incremental*
14+
site/

mkdocs.yml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
11
site_name: Manify
22
theme:
33
name: material
4+
45
plugins:
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+
818
nav:
919
- Home: index.md
1020
- API: api.md
21+
1122
markdown_extensions:
1223
- admonition
1324
- toc:
14-
permalink: true
25+
permalink: true

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)