Skip to content

Commit

Permalink
Remove no-longer true mention of building docs in buildout.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jan 19, 2015
1 parent 43db995 commit efcf66a
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions docs/hacking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -186,43 +186,6 @@ You can now run the tests:
Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Building the documentation
--------------------------

The :mod:`zope.hookable` buildout installs the Sphinx scripts required to
build the documentation, including testing its code snippets:

.. todo:: verify this!

.. code-block:: sh
$ cd docs
$ PATH=../bin:$PATH make doctest html
.../bin/sphinx-build -b doctest -d .../docs/_build/doctrees .../docs .../docs/_build/doctest
running tests...
Document: index
---------------
1 items passed all tests:
13 tests in default
13 tests in 1 items.
13 passed and 0 failed.
Test passed.
Doctest summary
===============
13 tests
0 failures in tests
0 failures in setup code
build succeeded.
Testing of doctests in the sources finished, look at the results in .../docs/_build/doctest/output.txt.
.../bin/sphinx-build -b html -d .../docs/_build/doctrees .../docs .../docs/_build/html
...
build succeeded.
Build finished. The HTML pages are in .../docs/_build/html.
Using :mod:`tox`
################

Expand Down

0 comments on commit efcf66a

Please sign in to comment.