aboutsummaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authorHoward Butler <howard@hobu.co>2016-03-03 09:55:26 -0600
committerHoward Butler <howard@hobu.co>2016-03-03 09:55:26 -0600
commit6ac1f5088c537173bc8d5c66d96570a1d13c0255 (patch)
tree7845f93bb6afde433166a8def59f3bea1cabfc81 /docs/source/conf.py
parenta31d6084a4e3c33a648b884df43f1edcd5191deb (diff)
downloadPROJ-6ac1f5088c537173bc8d5c66d96570a1d13c0255.tar.gz
PROJ-6ac1f5088c537173bc8d5c66d96570a1d13c0255.zip
Build and deploy proj4.org website with every commit to the
master branch. proj4.org uses the Sphinx documentation stack, and it is located in the ./docs directory.
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 5f6f3125..c7277947 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -49,7 +49,7 @@ master_doc = 'index'
# General information about the project.
project = u'proj.4'
-copyright = u'1992-2016, Gerald Evenden, Frank Warmerdam, and others'
+copyright = u'1986?-2016'
author = u'Gerald Evenden'
# The version info for the project you're documenting, acts as replacement for
@@ -214,7 +214,7 @@ html_static_path = ['_static']
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
-#html_last_updated_fmt = '%b %d, %Y'
+html_last_updated_fmt = '%d %b %Y'
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.