Commit 1acb068f authored by Marco Bartolini's avatar Marco Bartolini
Browse files

correcte project name

parent 11d42f7b
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ html_context = {
    'theme_logo_only' : True,
    'display_github': True, # Integrate GitHub
    'github_user': 'flyingfrog81', # Username
    'github_repo': 'skeleton', # Repo name
    'github_repo': 'ska-skeleton', # Repo name
    'github_version': 'master', # Version
    'conf_py_path': '/docs/src/', # Path in the checkout to the docs root

@@ -119,15 +119,15 @@ html_static_path = ['_static']
#
# This is required for the alabaster theme
# refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars
html_sidebars = {
    '**': [
        'about.html',
        'navigation.html',
        'relations.html',  # needs 'show_related': True theme option to display
        'searchbox.html',
        'donate.html',
    ]
}
# html_sidebars = {
#     '**': [
#         'about.html',
#         'navigation.html',
#         'relations.html',  # needs 'show_related': True theme option to display
#         'searchbox.html',
#         'donate.html',
#     ]
# }


# -- Options for HTMLHelp output ------------------------------------------