From 94c97765c848793806b37821bb3e0bc908542a46 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Tue, 17 Mar 2020 09:16:57 +0100 Subject: [PATCH] Include the CHANGELOG in docs --- CHANGELOG.rst | 3 ++- docs/docs/changelog.rst | 1 + docs/index.rst | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 docs/docs/changelog.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 40c4f393..df980872 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -20,7 +20,8 @@ Changelog Now returns pydoc information as well for Python keywords/operators. This means that on the class keyword it will now return the docstring of Python's builtin function ``help('class')``. -- The API documentation is now way more readable and complete. +- The API documentation is now way more readable and complete. Check it out + under https://jedi.readthedocs.io. - Removed Python 3.4 support - Many bugfixes diff --git a/docs/docs/changelog.rst b/docs/docs/changelog.rst new file mode 100644 index 00000000..09929fe4 --- /dev/null +++ b/docs/docs/changelog.rst @@ -0,0 +1 @@ +.. include:: ../../CHANGELOG.rst diff --git a/docs/index.rst b/docs/index.rst index f7f7f497..7d56bfdf 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -18,7 +18,7 @@ Docs ---- .. toctree:: - :maxdepth: 2 + :maxdepth: 1 docs/usage docs/features @@ -28,6 +28,7 @@ Docs docs/settings docs/development docs/testing + docs/changelog .. _resources: