diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Makefile | 2 | ||||
| -rw-r--r-- | doc/conf.py | 2 | ||||
| -rw-r--r-- | doc/index.rst | 2 |
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 |
