diff options
author | 2021-12-09 20:01:03 +0400 | |
---|---|---|
committer | 2021-12-09 20:01:03 +0400 | |
commit | c287e9900cceed9a728bc5125343fd35b9898178 (patch) | |
tree | dda30bd92e94e42375e683d22f2b2ae9a64af1bf /docs/changelog.rst | |
parent | Merge pull request #2 from python-discord/docs-build (diff) |
Add InterSphinx Extension
Adds the intersphinx extension to link discord.py and python docs to the
autogenerated references.
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r-- | docs/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 4954b59c..58b8e558 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,7 @@ Changelog ========= +- :support:`3` Added intersphinx to docs. - :support:`2` Autogenerated docs. - :feature:`2` Regex utility. - :support:`1` Core package, poetry, and linting CI. |