docs: changelog: fix version number
[awesomized/libmemcached] / docs / conf.py.in
index a0dc5baa0581ad28d1856169a75c9f2539c969d5..2c3c61307b35f8cdc2f554bc0ba3fc0513ed681e 100644 (file)
@@ -13,14 +13,14 @@ 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'
 
 primary_domain = 'cpp'
 default_role = 'any'
 
-project = u'libmemcached'
+project = u'libmemcached-awesome'
 version = '@PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@'
 release = '@PROJECT_VERSION@'
 
@@ -39,7 +39,7 @@ manpages_url = 'https://linux.die.net/man/{section}/{page}'
 
 html_context = {
   'display_github': True,
-  'github_user': 'm6w6',
+  'github_user': 'awesomized',
   'github_repo': 'libmemcached',
   'github_version': 'v1.x/docs/source/'
 }
@@ -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:: 1.0
+.. |libmemcached_version| replace:: 1.0
+.. |libmemcachedprotocol_version| replace:: 0.0
+.. |libmemcachedutil_version| replace:: 1.0
 """
 
 @SPHINX_CONF_APPEND@