Loading docs/source/conf.py +10 −10 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 ------------------------------------------ Loading Loading
docs/source/conf.py +10 −10 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 ------------------------------------------ Loading