summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2015-01-19 12:50:55 -0500
committerTres Seaver <tseaver@palladion.com>2015-01-19 12:50:55 -0500
commit8621274eb94cd1f5d32c812e6f9cc3065e7cef5f (patch)
treeb236ee751fc0142f603c52d6192358fa18f1abd0
parent5107f4a64e115d3bbd41203cee95f7dd9a88e965 (diff)
downloadzope-i18nmessageid-8621274eb94cd1f5d32c812e6f9cc3065e7cef5f.tar.gz
Remove no-longer true mention of building docs in buildout.
-rw-r--r--docs/hacking.rst37
1 files changed, 0 insertions, 37 deletions
diff --git a/docs/hacking.rst b/docs/hacking.rst
index e1be797..8c11fc1 100644
--- a/docs/hacking.rst
+++ b/docs/hacking.rst
@@ -183,43 +183,6 @@ You can now run the tests:
Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
-Building the documentation
---------------------------
-
-The :mod:`zope.i18nmessageid` 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:
- 17 tests in default
- 17 tests in 1 items.
- 17 passed and 0 failed.
- Test passed.
-
- Doctest summary
- ===============
- 17 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`
################