Skip to content

Commit

Permalink
docs(ReadTheDocs): Don't use autodoc & autosummary for generating…
Browse files Browse the repository at this point in the history
… documentation

These extensions are not compatible with C++.
  • Loading branch information
ZZ-Cat committed Aug 12, 2023
1 parent bfb7b61 commit 0cbb9fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ API

Information regarding the API of CRSF for Arduino is coming soon.

.. autoclass:: CRSFforArduino
.. class:: CRSFforArduino
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 0cbb9fa

Please sign in to comment.