diff --git a/doc_src/CHANGELOG.rst b/doc_src/CHANGELOG.rst new file mode 100644 index 000000000..a4be7c557 --- /dev/null +++ b/doc_src/CHANGELOG.rst @@ -0,0 +1,4 @@ +CHANGELOG +######### + +.. include:: ../CHANGELOG.rst diff --git a/doc_src/conf.py b/doc_src/conf.py index d7b466f9c..f1249f54c 100644 --- a/doc_src/conf.py +++ b/doc_src/conf.py @@ -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), ] diff --git a/doc_src/index.rst b/doc_src/index.rst index c551e54ef..a401d29d2 100644 --- a/doc_src/index.rst +++ b/doc_src/index.rst @@ -1878,3 +1878,4 @@ Other help pages completions faq license + CHANGELOG