update changelog
[awesomized/libmemcached] / docs / conf.py.in
index a0dc5baa0581ad28d1856169a75c9f2539c969d5..4dd335730e9d9d70123c33262e0bbedb93cc6905 100644 (file)
@@ -13,7 +13,7 @@ import sys, os
 #needs_sphinx = '1.0'
 extensions = [@SPHINX_EXTENSIONS@]
 templates_path = ['_templates']
-source_suffix = ['.rst']
+source_suffix = '.rst'
 master_doc = 'index'
 pygments_style = 'sphinx'
 
@@ -208,8 +208,10 @@ man_pages = [
   ]
 
 rst_prolog = """
-.. |libhashkit_version| replace:: @LIBHASHKIT_VERSION_MAJOR@.@LIBHASHKIT_VERSION_MINOR@
-.. |libmemcached_version| replace:: @LIBMEMCACHED_VERSION_MAJOR@.@LIBMEMCACHED_VERSION_MINOR@
+.. |libhashkit_version| replace:: @LIBHASHKIT_VERSION_MAJOR@
+.. |libmemcached_version| replace:: @LIBMEMCACHED_VERSION_MAJOR@
+.. |libmemcachedprotocol_version| replace:: @LIBMEMCACHEDPROTOCOL_VERSION_MAJOR@
+.. |libmemcachedutil_version| replace:: @LIBMEMCACHEDUTIL_VERSION_MAJOR@
 """
 
 @SPHINX_CONF_APPEND@