Include changelog/history in docs

Change-Id: Ic68fc583338c48f829cd36c21e1c2fe654022bf5
This commit is contained in:
Joshua Harlow 2015-09-24 13:20:14 -07:00
parent cc729345a5
commit 8482fad4ff
3 changed files with 12 additions and 5 deletions

1
doc/source/history.rst Normal file
View File

@ -0,0 +1 @@
.. include:: ../../ChangeLog

View File

@ -18,6 +18,14 @@ Contents
tutorial/index
developers
Release Notes
=============
.. toctree::
:maxdepth: 1
history
Indices and tables
==================

View File

@ -63,8 +63,8 @@ commands = {toxinidir}/setup-mysql-env.sh python setup.py testr --slowest --test
commands = python setup.py testr --slowest --coverage --testr-args="{posargs}"
[testenv:docs]
commands = doc8 doc/source
python setup.py build_sphinx
commands = python setup.py build_sphinx
doc8 doc/source
[testenv:pep8]
commands =
@ -81,6 +81,4 @@ import_exceptions = six.moves
[doc8]
# This path is pretty much all automatically generated, and has really
# long lines, so just ignore it....
ignore-path = doc/source/compatibility.rst
ignore-path = doc/source/compatibility.rst,doc/source/history.rst