# modify, and distribute this software is granted under terms
# provided in the LICENSE file distributed with this software.
+import collections
import os
import sys
]}
html_theme_options = {
'description': 'The mudpy MUD server engine.',
+ 'extra_nav_links': collections.OrderedDict((
+ ('Browse Source', 'https://mudpy.org/code/mudpy/'),
+ ('Bug Reporting', 'https://mudpy.org/bugs/mudpy/'),
+ ('Git Clone URL', 'https://mudpy.org/code/mudpy/'),
+ ('Release Files', 'https://mudpy.org/dist/mudpy/'),
+ )),
'fixed_sidebar': True,
'logo_name': True,
'logo_text_align': 'center',