1 # Copyright (c) 2018 Jeremy Stanley <fungi@yuggoth.org>. Permission
2 # to use, copy, modify, and distribute this software is granted under
3 # terms provided in the LICENSE file distributed with this software.
8 sys.path.insert(0, os.path.abspath('../..'))
9 extensions = ['sphinx.ext.autodoc']
10 source_suffix = '.rst'
13 copyright = '2004-2018, Jeremy Stanley <fungi@yuggoth.org>'
14 add_function_parentheses = True
15 add_module_names = True
16 pygments_style = 'sphinx'
18 html_favicon = '_static/logo.svg'
19 html_logo = '_static/logo.svg'
20 html_theme_options = {
21 'description': 'The mudpy MUD server engine.',
22 'fixed_sidebar': True,
24 'logo_text_align': 'center',
35 htmlhelp_basename = '%sdoc' % project
40 u'Jeremy Stanley', 'manual'),