From c9cb24865724493c3e8ec21ab16fbcd2b0b0aaf3 Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Thu, 8 Apr 2021 14:37:03 +0200 Subject: [PATCH] Add changelog to doc. --- docs/changelog.rst | 3 +++ docs/index.rst | 1 + 2 files changed, 4 insertions(+) create mode 100644 docs/changelog.rst diff --git a/docs/changelog.rst b/docs/changelog.rst new file mode 100644 index 0000000..9e410a0 --- /dev/null +++ b/docs/changelog.rst @@ -0,0 +1,3 @@ +.. changelog: + +.. include:: ../CHANGES.rst \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index 411d2c4..b22e5b4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -16,6 +16,7 @@ Contents models managers utilities + changelog Contributing