[ckan-changes] [okfn/ckan] 296034: [master, doc][xs]: show documentation version numbe...
GitHub
noreply at github.com
Mon Apr 30 23:52:12 UTC 2012
Branch: refs/heads/master
Home: https://github.com/okfn/ckan
Commit: 296034982b3522b9e65005af0f5ea5ec69726edb
https://github.com/okfn/ckan/commit/296034982b3522b9e65005af0f5ea5ec69726edb
Author: Rufus Pollock <rufus.pollock at okfn.org>
Date: 2012-04-30 (Mon, 30 Apr 2012)
Changed paths:
M doc/_themes/sphinx-theme-okfn
M doc/conf.py
Log Message:
-----------
[master,doc][xs]: show documentation version number in top bar.
diff --git a/doc/_themes/sphinx-theme-okfn b/doc/_themes/sphinx-theme-okfn
index fd96c62..3c912d2 160000
--- a/doc/_themes/sphinx-theme-okfn
+++ b/doc/_themes/sphinx-theme-okfn
@@ -1 +1 @@
-Subproject commit fd96c62b6426a3cc72b3c70314bc4af25e265cb3
+Subproject commit 3c912d26ad863a9cdadf89a47f63aef41d6c095b
diff --git a/doc/conf.py b/doc/conf.py
index c8294fe..3b672db 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -113,7 +113,8 @@
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': 'http://assets.okfn.org/p/opendatahandbook/img/data-wrench-inverted.png',
+ 'show_version': True
}
html_sidebars = {
================================================================
More information about the ckan-changes
mailing list