Skip to content

Commit 7509519

Browse files
Merge pull request #3547 from AI-Hypercomputer:bvandermoon-patch-1
PiperOrigin-RevId: 893140540
2 parents 7f479f4 + 7315d02 commit 7509519

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/development.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ First, make sure you install the necessary dependencies. You can do this by navi
1515
pip install -r src/dependencies/requirements/requirements_docs.txt
1616
```
1717

18-
Once the dependencies are installed, you can navigate to the `docs/` folder and run:
18+
Once the dependencies are installed, navigate to the `docs/` directory and run the `sphinx-build`:
1919

2020
```bash
21+
cd docs
2122
sphinx-build -b html . _build/html
2223
```
2324

0 commit comments

Comments
 (0)