Add CHANGELOG to the docs

This uses a cheesy trampoline file, but it seems to work alright.
This commit is contained in:
Fabian Homborg 2020-05-28 17:59:31 +02:00
parent 3518432531
commit 4f6851b19f
3 changed files with 6 additions and 0 deletions

4
doc_src/CHANGELOG.rst Normal file
View file

@ -0,0 +1,4 @@
CHANGELOG
#########
.. include:: ../CHANGELOG.rst

View file

@ -191,6 +191,7 @@ def get_command_description(path, name):
man_pages = [
(master_doc, "fish-doc", "fish-shell Documentation", [author], 1),
("tutorial", "fish-tutorial", "fish-shell tutorial", [author], 1),
("CHANGELOG", "fish-changelog", "fish-shell changelog", [author], 1),
("completions", "fish-completions", "Writing fish completions", [author], 1),
("faq", "fish-faq", "fish-shell faq", [author], 1),
]

View file

@ -1878,3 +1878,4 @@ Other help pages
completions
faq
license
CHANGELOG