From: Tommi Virtanen Date: Tue, 30 Aug 2011 19:38:37 +0000 (-0700) Subject: doc: Disable static file copying, we don't use it. X-Git-Tag: v0.35~169 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=df0f32b73ae57f60bdd5745c6510b6c9eb69e46e;p=ceph.git doc: Disable static file copying, we don't use it. Avoids a warning from sphinx on every run. Signed-off-by: Tommi Virtanen --- diff --git a/doc/conf.py b/doc/conf.py index 676e16a96002..b74229608a19 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -13,7 +13,6 @@ html_theme = 'nature' html_title = "Ceph documentation" html_logo = 'logo.jpg' html_favicon = 'favicon.ico' -html_static_path = ['_static'] html_use_smartypants = True html_show_sphinx = False html_sidebars = {