mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 06:31:13 -03:00
Add CHANGELOG to the docs
This uses a cheesy trampoline file, but it seems to work alright.
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user