Remove the need for the custom SPHINXBUILD plugin.
authorBrian Aker <brian@tangent.org>
Sat, 4 Aug 2012 22:28:45 +0000 (18:28 -0400)
committerBrian Aker <brian@tangent.org>
Sat, 4 Aug 2012 22:28:45 +0000 (18:28 -0400)
docs/conf.py.in

index c5ab0d746e6cf645f997c0b64e650c719d5cacf2..9f0b2a32b49744832b2fb67bcf7684cf7e0896e5 100644 (file)
@@ -27,11 +27,11 @@ import sys, os
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
 extensions = []
 
-extensions = ['sphinxcontrib.googleanalytics']
+#extensions = ['sphinxcontrib.googleanalytics']
 
 # Google 
-googleanalytics_id = 'UA-15307604-2'
-googleanalytics_enabled = 'True'
+#googleanalytics_id = 'UA-15307604-2'
+#googleanalytics_enabled = 'True'
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
@@ -47,7 +47,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'libmemcached'
-copyright = u'2011, Brian Aker DataDifferential, http://datadifferential.com/'
+copyright = u'2011-2012, Brian Aker DataDifferential, http://datadifferential.com/'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the