diff --git a/doc/_static/ckanlogo.png b/doc/_static/ckanlogo.png new file mode 100644 index 00000000000..a234cc085bb Binary files /dev/null and b/doc/_static/ckanlogo.png differ diff --git a/doc/_themes/sphinx-theme-okfn b/doc/_themes/sphinx-theme-okfn index 320555990b6..59688a6679f 160000 --- a/doc/_themes/sphinx-theme-okfn +++ b/doc/_themes/sphinx-theme-okfn @@ -1 +1 @@ -Subproject commit 320555990b639c99ac3bcc79024140c9588e2bdf +Subproject commit 59688a6679f3373a57e8d4e60e43f1b249878eb3 diff --git a/doc/conf.py b/doc/conf.py index 118df583f33..320548dbaa0 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -152,15 +152,12 @@ html_theme_path = ['_themes'] html_theme = 'sphinx-theme-okfn' html_theme_options = { - 'logo_icon': 'http://assets.okfn.org/p/opendatahandbook/img/data-wrench-inverted.png', + 'logo_icon': 'ckanlogo.png', 'show_version': True } html_sidebars = { - '**': ['relations.html', 'globaltoc.html'], - # There's no point in showing the table of contents in the sidebar on the - # table of contents page! So: - 'index': ['relations.html'], + '**': ['globaltoc.html'], } # The style sheet to use for HTML and HTML Help pages. A file of that name @@ -187,7 +184,7 @@ # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -#html_static_path = ['.static'] +html_static_path = ['_static'] # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. diff --git a/doc/images/ckan_logo_box.png b/doc/images/ckan_logo_box.png deleted file mode 100644 index b759085234a..00000000000 Binary files a/doc/images/ckan_logo_box.png and /dev/null differ diff --git a/doc/index.rst b/doc/index.rst index d5be74de521..d03a669d749 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -33,6 +33,7 @@ advanced documentation last: ---- .. toctree:: + :hidden: :maxdepth: 2 installing