mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Add CHANGELOG to the docs
This uses a cheesy trampoline file, but it seems to work alright.
This commit is contained in:
parent
3518432531
commit
4f6851b19f
3 changed files with 6 additions and 0 deletions
4
doc_src/CHANGELOG.rst
Normal file
4
doc_src/CHANGELOG.rst
Normal file
|
@ -0,0 +1,4 @@
|
|||
CHANGELOG
|
||||
#########
|
||||
|
||||
.. include:: ../CHANGELOG.rst
|
|
@ -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),
|
||||
]
|
||||
|
|
|
@ -1878,3 +1878,4 @@ Other help pages
|
|||
completions
|
||||
faq
|
||||
license
|
||||
CHANGELOG
|
||||
|
|
Loading…
Reference in a new issue