From: Harmon Date: Sun, 11 Apr 2021 22:41:13 +0000 (-0500) Subject: Move changelog to documentation X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fc9862963702eb02f33106ca13110b369ee86e47;p=tweepy.git Move changelog to documentation --- 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 ==================