aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2016-12-30 00:23:20 +0100
committerThibaut Horel <thibaut.horel@gmail.com>2016-12-30 00:23:20 +0100
commit669cb270283b5e6e3fb5bc637f33d5306d37c38f (patch)
tree1f27d9013eb4ce9eab24de6d866b22f12eec8add /doc
parentb9a012ddd13183da80691d3821d01bc6b345547b (diff)
downloadpython-pushover-669cb270283b5e6e3fb5bc637f33d5306d37c38f.tar.gz
Version bumpv0.3
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile2
-rw-r--r--doc/conf.py2
-rw-r--r--doc/index.rst2
3 files changed, 4 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 4c92e6c..59e1de8 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -3,7 +3,7 @@
# You can set these variables from the command line.
SPHINXOPTS =
-SPHINXBUILD = sphinx-build2
+SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = build
diff --git a/doc/conf.py b/doc/conf.py
index fc1c903..ed74c97 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -40,7 +40,7 @@ master_doc = 'index'
# General information about the project.
project = u'python-pushover'
-copyright = u'2013'
+copyright = u'2013-2016'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
diff --git a/doc/index.rst b/doc/index.rst
index 012cccc..0842869 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -10,3 +10,5 @@ API
.. automodule:: pushover
:members:
:show-inheritance:
+
+.. include:: ../CHANGES.rst