Skip to content

Commit 76e7f16

Browse files
committed
fix: update README to correct Sphinx build command
1 parent 703141c commit 76e7f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

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

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

0 commit comments

Comments
 (0)