Skip to content

Commit 8a16fdf

Browse files
committed
docs: Fix docs
1 parent c9625b4 commit 8a16fdf

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

docs/examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ hide:
1111
type: example
1212

1313
```python
14-
--8<-- "docs/examples/simple.py"
14+
--8<-- "examples/simple.py"
1515
```
1616
///
1717

@@ -30,7 +30,7 @@ if the package or PEP were enhanced to account for more use-cases.
3030
type: example
3131

3232
```python
33-
--8<-- "docs/examples/enhanced.py"
33+
--8<-- "examples/enhanced.py"
3434
```
3535
///
3636

zensical.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ configurations = [{targets.include = ["reference/api.md"]}]
163163
# Plugins configuration
164164
# ----------------------------------------------------------------------------
165165
[project.plugins.mkdocstrings.handlers.python]
166-
paths = ["src"]
166+
paths = ["src", "examples"]
167167
inventories = ["https://docs.python.org/3/objects.inv"]
168168

169169
[project.plugins.mkdocstrings.handlers.python.options]

0 commit comments

Comments
 (0)