Skip to content

Commit e328f32

Browse files
shinglyuShing Lyu
andauthored
documentation: add setup commands for documentation generation (#4260)
Co-authored-by: Shing Lyu <[email protected]>
1 parent 5edb88c commit e328f32

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,12 @@ For example, see the [Processing API reference](https://github.com/aws/sagemaker
227227

228228
To build the Sphinx docs, run the following command in the `doc/` directory:
229229

230+
```shell
231+
# Initial setup, only required for the first run
232+
pip install -r requirements.txt
233+
pip install -e ../
234+
```
235+
230236
```shell
231237
make html
232238
```

0 commit comments

Comments
 (0)