From f9c0f1e7ab45f98313a7db37c2a52fcc5f762c09 Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Tue, 6 Mar 2012 16:37:59 +0000 Subject: No longer ignoring man/novamanage Fixes Bug #948165 man/novamanage is a manpage and should be included Change-Id: I497b3d2a348dc74f8ebcd08e628a6b9324dd3a8f --- doc/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 2b337771d..ec86a035f 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -80,7 +80,6 @@ version = nova_version.canonical_version_string() # List of documents that shouldn't be included in the build. unused_docs = [ 'api_ext/rst_extension_template', - 'man/novamanage', 'vmwareapi_readme', 'installer', ] -- cgit