rocm_jax/docs/README.md

16 lines
255 B
Markdown
Raw Normal View History

To rebuild the documentation, install the following Python packages:
```
pip install sphinx sphinx_rtd_theme nbsphinx fastcache ipykernel
```
Install also `pandoc`:
```
sudo apt-get install pandoc
```
and then run:
```
sphinx-build -M html . build
```