mirror of
https://github.com/DataDog/go-profiler-notes.git
synced 2026-06-22 17:36:52 +08:00
Better contributing docs
This commit is contained in:
parent
bf3cbd58d3
commit
d82ed73225
2 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ For local development, follow the steps below:
|
||||||
1. Install dependencies
|
1. Install dependencies
|
||||||
|
|
||||||
```
|
```
|
||||||
pip install sphinx sphinx-rtd-theme sphinx-autobuild sphinxemoji
|
pip install -r docs/requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Run the development server
|
2. Run the development server
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
Sphinx==5.3.0
|
Sphinx==5.3.0
|
||||||
sphinx-rtd-theme==1.1.1
|
sphinx-rtd-theme==1.1.1
|
||||||
sphinxemoji==0.2.0
|
sphinxemoji==0.2.0
|
||||||
|
sphinx-autobuild==2021.3.14
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue