From 5ea367080f7f017d7753e9f81a4b23c2785562fb Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Wed, 10 Feb 2016 12:38:35 -0800 Subject: [PATCH] clean up spacing --- admin_manual/conf.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/admin_manual/conf.py b/admin_manual/conf.py index b8a1b97b2..b66e462b8 100644 --- a/admin_manual/conf.py +++ b/admin_manual/conf.py @@ -27,7 +27,6 @@ import sys, os # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. extensions = ['sphinxcontrib.phpdomain', 'sphinx.ext.todo', 'rst2pdf.pdfbuilder'] - # Add any paths that contain templates here, relative to this directory. templates_path = ['../_shared_assets/templates'] @@ -54,7 +53,6 @@ project = u'ownCloud %s Server Administration Manual' % (version) copyright = u'2012-2016, The ownCloud developers' - # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. #language = None @@ -89,7 +87,6 @@ pygments_style = 'sphinx' # A list of ignored prefixes for module index sorting. #modindex_common_prefix = [] - # -- Options for HTML output --------------------------------------------------- # Theme options are theme-specific and customize the look and feel of a theme