Skip to content

Commit

Permalink
Merge pull request #168 from s-westphal/update-editing-env-docs
Browse files Browse the repository at this point in the history
Update instructions for setting up editing environment
  • Loading branch information
s-westphal committed Jan 18, 2024
2 parents b324432 + f70fb8c commit 75ee8a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions developing-grr/contributing-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ cd ~/tmp/grr-doc
virtualenv .
source bin/activate

pip install Sphinx sphinx-autobuild recommonmark sphinx_rtd_theme

git clone https://github.com/google/grr-doc

pip install -r grr-doc/requirements.txt

sphinx-autobuild grr-doc out
```

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ PyYAML==6.0
requests==2.26.0
snowballstemmer==2.2.0
Sphinx==4.3.0
sphinx-autobuild==2021.3.14
sphinx-rtd-theme==1.0.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
Expand Down

0 comments on commit 75ee8a1

Please sign in to comment.