Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1143)

Unified Diff: third_party/gsutil/20110627/boto/docs/source/conf.py

Issue 10199002: Upgrade gsutil to 3.4 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed comments Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/gsutil/20110627/boto/docs/source/conf.py
diff --git a/third_party/gsutil/20110627/boto/docs/source/conf.py b/third_party/gsutil/20110627/boto/docs/source/conf.py
deleted file mode 100644
index 459c44fbe5825550b2115cfb48daceacac9ade2c..0000000000000000000000000000000000000000
--- a/third_party/gsutil/20110627/boto/docs/source/conf.py
+++ /dev/null
@@ -1,31 +0,0 @@
-# -*- coding: utf-8 -*-
-
-import sys, os
-
-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.todo']
-autoclass_content="both"
-templates_path = ['_templates']
-source_suffix = '.rst'
-master_doc = 'index'
-project = u'boto'
-copyright = u'2009,2010, Mitch Garnaat'
-version = '2.0'
-exclude_trees = []
-pygments_style = 'sphinx'
-html_theme = 'boto_theme'
-html_theme_path = ["."]
-html_static_path = ['_static']
-htmlhelp_basename = 'botodoc'
-latex_documents = [
- ('index', 'boto.tex', u'boto Documentation',
- u'Mitch Garnaat', 'manual'),
-]
-intersphinx_mapping = {'http://docs.python.org/': None}
-
-try:
- release = os.environ.get('SVN_REVISION', 'HEAD')
- print release
-except Exception, e:
- print e
-
-html_title = "boto v%s (r%s)" % (version, release)

Powered by Google App Engine
This is Rietveld 408576698