README.md 623 Bytes
Newer Older
maming's avatar
maming committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!--- Copyright (c) 2025, NVIDIA CORPORATION.
SPDX-License-Identifier: BSD-3-Clause -->

# Building the documentation

To build the documentation, you need sphinx and additional packages:

- sphinx-rtd-theme
- sphinx    
- sphinxcontrib-napoleon
- myst-parser

You can install these like

`pip install sphinx-rtd-theme sphinx sphinxcontrib-napoleon myst-parser sphinx-click`

Use `make html` to build it.

Or use PyCharm by adding a configuration:

    `Run -> Edit Configurations -> Add new Configuration -> Python docs -> Sphinx task`

Use the `src/docs/source` folder as input folder and the `src/docs/build` as output.