Skip to content

Commit

Permalink
Add CHANGELOG to the docs
Browse files Browse the repository at this point in the history
This uses a cheesy trampoline file, but it seems to work alright.
  • Loading branch information
faho committed May 28, 2020
1 parent 7946065 commit f512bd1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc_src/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
CHANGELOG
#########

.. include:: ../CHANGELOG.rst
1 change: 1 addition & 0 deletions doc_src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
]
Expand Down
1 change: 1 addition & 0 deletions doc_src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1878,3 +1878,4 @@ Other help pages
completions
faq
license
CHANGELOG

0 comments on commit f512bd1

Please sign in to comment.