Chris McDonough
2011-11-18 319806b49a8d2e8c8bbf61a1886eb206790d18e4
add instructions about how to build docs (closes #348)
1 files modified
10 ■■■■■ changed files
HACKING.txt 10 ●●●●● patch | view | raw | blame | history
HACKING.txt
@@ -121,6 +121,16 @@
  that API or behavior must change to reflect the bug fix, ideally in
  the same commit that fixes the bug or adds the feature.
- To build and review docs:
  1. Install ``tests_require`` dependencies from Pyramid's setup.py into your
     virtualenv.
  2. From the ``docs`` directory of the Pyramid checkout run ``make html
     SPHINXBUILD=/path/to/your/virtualenv/bin/sphinx-build``.
  3.  Open the _build/html/index.html file to see the resulting rendering.
Change Log
----------