Skip to content

Commit

Permalink
build(ReadTheDocs): Re-enable autodoc & autosummary in conf.py
Browse files Browse the repository at this point in the history
I will have a go at generating automatic documentation from CRSF for Arduino's API
  • Loading branch information
ZZ-Cat committed Aug 10, 2023
1 parent bef92a3 commit 691fa46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
extensions = [
'sphinx.ext.duration',
# 'sphinx.ext.doctest',
# 'sphinx.ext.autodoc',
# 'sphinx.ext.autosummary',
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.intersphinx',
]

Expand Down

0 comments on commit 691fa46

Please sign in to comment.