1 # Copyright (c) 2018-2020 mudpy authors. Permission to use, copy,
2 # modify, and distribute this software is granted under terms
3 # provided in the LICENSE file distributed with this software.
9 sys.path.insert(0, os.path.abspath('../..'))
13 add_function_parentheses = True
14 add_module_names = True
15 copyright = '2004-2020, mudpy authors'
16 extensions = ['sphinx.ext.autodoc']
17 html_favicon = '_static/logo.svg'
18 html_logo = '_static/logo.svg'
19 html_sidebars = {'**': [
26 html_theme_options = {
27 'description': 'The mudpy MUD server engine.',
28 'extra_nav_links': collections.OrderedDict((
29 ('Browse Source', 'https://mudpy.org/code/mudpy/'),
30 ('Bug Reporting', 'https://mudpy.org/bugs/mudpy/'),
31 ('Git Clone URL', 'https://mudpy.org/code/mudpy/'),
32 ('Release Files', 'https://mudpy.org/dist/mudpy/'),
34 'fixed_sidebar': True,
36 'logo_text_align': 'center',
39 htmlhelp_basename = '%sdoc' % project
41 'index', '%s.tex' % project, '%s' % project, 'Jeremy Stanley', 'manual')]
43 pygments_style = 'sphinx'
44 source_suffix = '.rst'