mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2026-06-21 00:46:51 +08:00
303 B
303 B
Contributing
To build the contents of this repository locally, follow the steps below.
- Install sphinx and the read the docs theme
pip install sphinx sphinx-rtd-theme
- Build the HTML
cd docs
make html
- Open the HTML in your web browser
open _build/html/index.html