attempt to fix murmur on big endian
[awesomized/libmemcached] / docs / source / conf.py.in
index 0751b2619c057e5a9b075f5c1946e994712970c4..5dba3f3b30ca376ec7cf6835f72b6dfafad13152 100644 (file)
@@ -24,6 +24,7 @@ project = u'libmemcached'
 version = '@PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@'
 release = '@PROJECT_VERSION@'
 
+smartquotes = False
 
 # -- Options for HTML output ---------------------------------------------------
 
@@ -32,8 +33,8 @@ html_theme_options = {@SPHINX_THEME_OPTIONS@}
 html_domain_indices = False
 html_show_sourcelink = False
 html_copy_source = False
-manpages_url = 'http://man7.org/linux/man-pages/man{section}/{page}.{section}.html'
-
+#manpages_url = 'http://man7.org/linux/man-pages/man{section}/{page}.{section}.html'
+manpages_url = 'https://linux.die.net/man/{section}/{page}'
 
 # -- Options for manual page output --------------------------------------------