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 f7f09da commit baec158
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions docs/hacking.rst
Expand Up @@ -189,29 +189,6 @@ Run the tests:
Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Building the documentation
--------------------------

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

.. code-block:: sh
$ cd docs
$ bin/sphinx-build -b doctest -d docs/_build/doctrees docs docs/_build/doctest
...
Doctest summary
===============
140 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.
Using :mod:`tox`
################

Expand Down

0 comments on commit baec158

Please sign in to comment.