Skip to content

Commit 45f982c

Browse files
committed
fix mkdocs configuration
1 parent 3be6e56 commit 45f982c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
::: python_package.foo
1+
::: biocommons.example.marvin

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins:
1515
- mkdocstrings:
1616
handlers:
1717
python:
18-
paths: ["src/python_package"]
18+
paths: ["src/biocommons/example"]
1919
theme:
2020
name: material
2121
feature:

0 commit comments

Comments
 (0)