Merge pull request #141 from NXP/bugfix/remove-github-changelog

Sphinx github changelog was unintentionally included in the extensions
This commit is contained in:
DBees 2023-08-29 06:41:53 -07:00 committed by GitHub
commit 4e5dc5bf8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,6 @@ release = u'0.1'
# ones.
extensions = [
'sphinx.ext.autodoc',
'sphinx_github_changelog',
'sphinxcontrib.wavedrom',
'sphinx.ext.todo',
]