mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2026-06-21 17:06:53 +08:00
17 lines
265 B
Markdown
17 lines
265 B
Markdown
# Contributing
|
|
|
|
## Local Development
|
|
|
|
For local development, follow the steps below:
|
|
|
|
1. Install dependencies
|
|
|
|
```
|
|
pip install sphinx sphinx-rtd-theme sphinx-autobuild sphinxemoji
|
|
```
|
|
|
|
2. Run the development server
|
|
|
|
```
|
|
sphinx-autobuild docs/ docs/_build/html/
|
|
```
|