From bfb7aeaaeee256eef644e862d8b40f58ed8625f1 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Thu, 26 Apr 2012 09:02:02 -0400 Subject: fix doc build instructions --- docs/source/developers.rst | 4 ++-- 1 file 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 ============= -- cgit v1.2.1