From ec26f24c279837a774044a15446792c17d316526 Mon Sep 17 00:00:00 2001 From: jolie Date: Wed, 15 Feb 2017 17:43:04 +0800 Subject: [PATCH] Fixed warnings when building docs This change fixes "WARNINGS" that were appearing when building "tox -e venv -- python setup.py build_sphinx". Change-Id: I97569b566b63f7e03fa18e891f2df3bdc76b79a8 Closes-Bug:#1664887 --- doc/source/conf.py | 2 +- doc/source/man/senlin.rst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 3b2a4b3..a109780 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -150,7 +150,7 @@ html_theme = 'default' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] +# html_static_path = ['_static'] # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied diff --git a/doc/source/man/senlin.rst b/doc/source/man/senlin.rst index c03ef4f..6023c15 100644 --- a/doc/source/man/senlin.rst +++ b/doc/source/man/senlin.rst @@ -1,3 +1,5 @@ +:orphan: + ====== senlin ======