From fc9862963702eb02f33106ca13110b369ee86e47 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sun, 11 Apr 2021 17:41:13 -0500 Subject: [PATCH] Move changelog to documentation --- CHANGELOG.md => docs/changelog.md | 3 +++ docs/conf.py | 1 + docs/index.rst | 1 + 3 files changed, 5 insertions(+) rename CHANGELOG.md => docs/changelog.md (99%) diff --git a/CHANGELOG.md b/docs/changelog.md similarity index 99% rename from CHANGELOG.md rename to docs/changelog.md index 27878c2..9d636a2 100644 --- a/CHANGELOG.md +++ b/docs/changelog.md @@ -1,3 +1,6 @@ +Changelog +========= + Also see https://github.com/tweepy/tweepy/releases for changelogs. Version 3.10.0 diff --git a/docs/conf.py b/docs/conf.py index 8ef94ab..99f96df 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,6 +25,7 @@ sys.path.append(os.path.abspath('..')) # Add any Sphinx extension module names here, as strings. They can be extensions # coming with Sphinx (named 'sphinx.ext.*') or your custom ones. extensions = [ + 'recommonmark', 'sphinx.ext.autodoc', 'sphinx.ext.intersphinx' ] diff --git a/docs/index.rst b/docs/index.rst index 2d504f7..f30801f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -21,6 +21,7 @@ Contents: exceptions.rst extended_tweets.rst running_tests.rst + changelog.md Indices and tables ================== -- 2.25.1