move repository from m6w6 to awesomized
[awesomized/libmemcached] / docs / conf.py.in
index c582244f92b6ff4378f0a6242ab59369011a895c..5c331ac0f27341994bbaba76affdb307aaf54f4b 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'
 
@@ -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,10 +208,10 @@ man_pages = [
   ]
 
 rst_prolog = """
-.. |libhashkit_version| replace:: @LIBHASHKIT_VERSION_MAJOR@
-.. |libmemcached_version| replace:: @LIBMEMCACHED_VERSION_MAJOR@
-.. |libmemcachedprotocol_version| replace:: @LIBMEMCACHEDPROTOCOL_VERSION_MAJOR@
-.. |libmemcachedutil_version| replace:: @LIBMEMCACHEDUTIL_VERSION_MAJOR@
+.. |libhashkit_version| replace:: 1.0
+.. |libmemcached_version| replace:: 1.0
+.. |libmemcachedprotocol_version| replace:: 0.0
+.. |libmemcachedutil_version| replace:: 1.0
 """
 
 @SPHINX_CONF_APPEND@