Include the CHANGELOG in docs

This commit is contained in:
Dave Halter
2020-03-17 09:16:57 +01:00
parent 1c56d15836
commit 94c97765c8
3 changed files with 5 additions and 2 deletions

View File

@@ -20,7 +20,8 @@ Changelog
Now returns pydoc information as well for Python keywords/operators. This 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 means that on the class keyword it will now return the docstring of Python's
builtin function ``help('class')``. 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 - Removed Python 3.4 support
- Many bugfixes - Many bugfixes

1
docs/docs/changelog.rst Normal file
View File

@@ -0,0 +1 @@
.. include:: ../../CHANGELOG.rst

View File

@@ -18,7 +18,7 @@ Docs
---- ----
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 1
docs/usage docs/usage
docs/features docs/features
@@ -28,6 +28,7 @@ Docs
docs/settings docs/settings
docs/development docs/development
docs/testing docs/testing
docs/changelog
.. _resources: .. _resources: