move repository from m6w6 to awesomized
[awesomized/libmemcached] / docs / conf.py.in
index 4dd335730e9d9d70123c33262e0bbedb93cc6905..5c331ac0f27341994bbaba76affdb307aaf54f4b 100644 (file)
@@ -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@