diff options
author | Jason Madden <jamadden@gmail.com> | 2020-07-03 10:23:03 -0500 |
---|---|---|
committer | Jason Madden <jamadden@gmail.com> | 2020-07-03 10:23:05 -0500 |
commit | 6a23e87a44e2e9c0bc14fbcb0625626f1244823f (patch) | |
tree | 2192f40606872ee429a78e3abc76c14a7833ae78 | |
parent | 49354342477a82feaace4bb92cb3b02eca7beabb (diff) | |
download | zope-component-6a23e87a44e2e9c0bc14fbcb0625626f1244823f.tar.gz |
Ensure the changelog is published on RTD too. (Tweak to #49)
-rw-r--r-- | docs/changelog.rst | 1 | ||||
-rw-r--r-- | docs/index.rst | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst new file mode 100644 index 0000000..d9e113e --- /dev/null +++ b/docs/changelog.rst @@ -0,0 +1 @@ +.. include:: ../CHANGES.rst diff --git a/docs/index.rst b/docs/index.rst index d1bc3a2..e5029b5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -4,6 +4,11 @@ Contents: .. toctree:: + :maxdepth: 1 + + changelog + +.. toctree:: :maxdepth: 2 narr |