HEX
Server: Apache
System: Linux beluga.o2switch.net 4.18.0-553.123.2.lve.el8.x86_64 #1 SMP Thu May 7 23:17:13 UTC 2026 x86_64
User: sc3naki1272 (1113)
PHP: 8.3.33
Disabled: NONE
Upload Files
File: //opt/alt/python27/share/doc/alt-python27-webob/conf.py
# -*- coding: utf-8 -*-

from webob import __version__

extensions = ['sphinx.ext.autodoc']

source_suffix = '.txt' # The suffix of source filenames.
master_doc = 'index' # The master toctree document.

project = 'WebOb'
copyright = '2011, Ian Bicking and contributors'
version = release = __version__
exclude_patterns = ['jsonrpc-example-code/*']

modindex_common_prefix = ['webob.']

# If true, '()' will be appended to :func: etc. cross-reference text.
#add_function_parentheses = True

# If true, the current module name will be prepended to all description
# unit titles (such as .. function::).
#add_module_names = True


# html_favicon = ...
html_add_permalinks = False
#html_show_sourcelink = True # ?set to False?

# Content template for the index page.
#html_index = ''

# Custom sidebar templates, maps document names to template names.
#html_sidebars = {}

# Output file base name for HTML help builder.
htmlhelp_basename = 'WebObdoc'