From a65f737cdb7a3d046e07716229052886d19f0b64 Mon Sep 17 00:00:00 2001 From: James Slagle Date: Sat, 30 Mar 2013 17:38:19 -0400 Subject: [PATCH] Add missing colon for documentation build steps. Change-Id: I9ecb5d945d950e44c918469ab2ae0478e22bc1a8 --- doc/source/developing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/developing.rst b/doc/source/developing.rst index 973ef815d4..d0388d5f34 100644 --- a/doc/source/developing.rst +++ b/doc/source/developing.rst @@ -171,7 +171,7 @@ Building the Documentation ========================== The documentation is all generated with Sphinx from within the docs directory. -To generate the full set of HTML documentation: +To generate the full set of HTML documentation:: cd docs make autodoc