summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIonel Cristian Mărieș <contact@ionelmc.ro>2017-03-14 06:51:42 +0200
committerIonel Cristian Mărieș <contact@ionelmc.ro>2017-03-14 06:51:42 +0200
commit9194a0e15815dc0f778796934a77c6a9d0198e21 (patch)
tree2d5b1f28440d8807df7a97cee3a3d042242c2878 /docs
parenta1fccf652380394d960a5b4fd9648bb74cd9dc5f (diff)
Updaet various project skel things and drop 2.6 from tests.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 80205b5..4a0fffc 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -23,7 +23,7 @@ if os.getenv('SPELLCHECK'):
source_suffix = '.rst'
master_doc = 'index'
project = 'tblib'
-year = '2013-2016'
+year = '2013-2017'
author = 'Ionel Cristian Mărieș'
copyright = '{0}, {1}'.format(year, author)
version = release = '1.3.0'
@@ -43,7 +43,7 @@ html_theme_options = {
html_use_smartypants = True
html_last_updated_fmt = '%b %d, %Y'
-html_split_index = True
+html_split_index = False
html_sidebars = {
'**': ['searchbox.html', 'globaltoc.html', 'sourcelink.html'],
}