Skip to content

Commit 7315d02

Browse files
authored
Include cd command for building ReadTheDocs locally
1 parent 4e44e06 commit 7315d02

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)