16 lines
250 B
Markdown
16 lines
250 B
Markdown
# Sphinx Docuementation
|
|
|
|
## Install Sphinx if necessary
|
|
|
|
Bash script `setup_sphinx.sh` installs Sphinx and all necessary extensions to build this project's documentation.
|
|
|
|
```bash
|
|
$ ./setup_sphinx.sh
|
|
```
|
|
|
|
## Build docs
|
|
|
|
```bash
|
|
$ make clean html
|
|
```
|