Skip to content

Instantly share code, notes, and snippets.

@psachin
Last active June 28, 2017 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psachin/3ea529c2b22a5ddd95d8062f005fa20b to your computer and use it in GitHub Desktop.
Save psachin/3ea529c2b22a5ddd95d8062f005fa20b to your computer and use it in GitHub Desktop.
Review 478402
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 9f5ff87..47719bf 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -44,8 +44,10 @@ sys.path.extend([os.path.abspath('../swift'), os.path.abspath('..'),
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc',
- 'sphinx.ext.todo', 'sphinx.ext.coverage',
- 'sphinx.ext.ifconfig', 'openstackdocstheme']
+ 'sphinx.ext.todo',
+ 'sphinx.ext.coverage',
+ 'sphinx.ext.ifconfig',
+ 'openstackdocstheme']
todo_include_todos = True
# Add any paths that contain templates here, relative to this directory.
@@ -237,6 +239,6 @@ latex_documents = [
# latex_use_modindex = True
# -- Options for openstackdocstheme ------------------------------------------
-+repository_name = 'openstack/swift'
-+bug_project = 'swift'
-+bug_tag = ''
+repository_name = 'openstack/swift'
+bug_project = 'swift'
+bug_tag = ''
diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py
index 61fa867..23dfa47 100644
--- a/releasenotes/source/conf.py
+++ b/releasenotes/source/conf.py
@@ -46,8 +46,7 @@ from swift import __version__
# ones.
extensions = [
'reno.sphinxext',
- 'openstackdocstheme',
-]
+ 'openstackdocstheme']
# Add any paths that contain templates here, relative to this directory.
# templates_path = ['_templates']
@@ -356,6 +355,6 @@ htmlhelp_basename = 'SwiftReleaseNotesdoc'
locale_dirs = ['locale/']
# -- Options for openstackdocstheme -------------------------------------------
-+repository_name = 'openstack/swift'
-+bug_project = 'swift'
-+bug_tag = ''
\ No newline at end of file
+repository_name = 'openstack/swift'
+bug_project = 'swift'
+bug_tag = ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment