Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 360 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 360 Bytes

Quick Start

Install sphinx

$ python -m venv .venv
$ source .venv/bin/activate
(.venv) $ python -m pip install sphinx

Install theme

$ pip install sphinx_rtd_theme

Build local preview

$ sphinx-build -M html docs/source/ build/

Then, open index.html in the build/html directory with a browser to preview.