summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-04-26 09:02:02 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-04-26 09:02:02 -0400
commitbfb7aeaaeee256eef644e862d8b40f58ed8625f1 (patch)
treea0a26b88ea1f64f58faa8fd0680731c21b8f554f
parent980787ef8ce9fa05c75795738df69375c9fdd61f (diff)
downloadcliff-tablib-bfb7aeaaeee256eef644e862d8b40f58ed8625f1.tar.gz
fix doc build instructions
-rw-r--r--docs/source/developers.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/developers.rst b/docs/source/developers.rst
index 052692e..f066a49 100644
--- a/docs/source/developers.rst
+++ b/docs/source/developers.rst
@@ -26,7 +26,7 @@ You will need the following packages in order to build the docs:
- docutils
Once all of the tools are installed into a virtualenv using
-pip, run ``make html`` to generate the HTML version of the
+pip, run ``make docs`` to generate the HTML version of the
documentation::
$ make docs
@@ -51,7 +51,7 @@ documentation::
Build finished. The HTML pages are in build/html.
The output version of the documentation ends up in
-``./cliff/docs/build/html`` inside your sandbox.
+``./docs/build/html`` inside your sandbox.
Running Tests
=============