Skip to content

Commit ef6a336

Browse files
author
Henry
committed
🎨 make package an implicit namespace
1 parent e49bd3f commit ef6a336

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Options:
2525
```bash
2626
# pwd: docs
2727
# apidoc
28-
sphinx-apidoc --force --implicit-namespaces --module-first -o reference ../mockup
28+
sphinx-apidoc --force --implicit-namespaces --module-first -o reference ../src/mockup
2929
# build docs
3030
sphinx-build -n -W --keep-going -b html ./ ./_build/
3131
```
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)