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
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

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

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

View File

@@ -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: