Skip to content

Commit 613f54f

Browse files
committed
fix: update Sphinx build command to include the '-a' option for all files
1 parent bd65720 commit 613f54f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
```bash
66
sphinx-apidoc -f -o ./docs/source ./adf_core_python
7-
sphinx-build -M html ./docs/source ./docs/build
7+
sphinx-build -M html ./docs/source ./docs/build -a
88
```

docs/source/_static/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)