diff --git a/doc/conf.py b/doc/conf.py index 0cb5ccca..e4d8bfbb 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -14,7 +14,7 @@ # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration -extensions = ['sphinx.ext.intersphinx', 'breathe'] +extensions = ['sphinx.ext.intersphinx'] templates_path = ['_templates'] exclude_patterns = ['_build_sphinx', 'Thumbs.db', '.DS_Store'] @@ -28,13 +28,3 @@ # https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html intersphinx_mapping = {'zephyr': ('https://docs.zephyrproject.org/latest/', None)} - -## -- Options for Breathe ---------------------------------------------------- -# https://breathe.readthedocs.io/en/latest/index.html -# -# WARNING: please, check breathe maintainership status before using this -# extension in production! - -breathe_projects = {'example-application': '_build_doxygen/xml'} -breathe_default_project = 'example-application' -breathe_default_members = ('members', ) diff --git a/doc/drivers/blink.rst b/doc/drivers/blink.rst deleted file mode 100644 index 8f67edfe..00000000 --- a/doc/drivers/blink.rst +++ /dev/null @@ -1,14 +0,0 @@ -Blink -===== - -.. doxygengroup:: drivers_blink - -Driver operations ------------------ - -.. doxygengroup:: drivers_blink_ops - -Public API ----------- - -.. doxygengroup:: drivers_blink_api diff --git a/doc/drivers/index.rst b/doc/drivers/index.rst deleted file mode 100644 index a287e419..00000000 --- a/doc/drivers/index.rst +++ /dev/null @@ -1,9 +0,0 @@ -Drivers -======= - -.. doxygengroup:: drivers - -.. toctree:: - :maxdepth: 1 - - blink diff --git a/doc/index.rst b/doc/index.rst index 54f0f0b1..3890d83e 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -7,8 +7,6 @@ This is a simple Sphinx documentation setup for ``example-application``. :maxdepth: 2 :caption: Contents - drivers/index - lib/index zephyr Indices and tables diff --git a/doc/lib/custom.rst b/doc/lib/custom.rst deleted file mode 100644 index b2261ef9..00000000 --- a/doc/lib/custom.rst +++ /dev/null @@ -1,11 +0,0 @@ -Custom -====== - -.. doxygengroup:: lib_custom - :desc-only: - -Public API ----------- - -.. doxygengroup:: lib_custom - :content-only: \ No newline at end of file diff --git a/doc/lib/index.rst b/doc/lib/index.rst deleted file mode 100644 index 1e46b5a0..00000000 --- a/doc/lib/index.rst +++ /dev/null @@ -1,9 +0,0 @@ -Libraries -========= - -.. doxygengroup:: lib - -.. toctree:: - :maxdepth: 1 - - custom diff --git a/doc/requirements.txt b/doc/requirements.txt index 7f360289..2806c164 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,2 +1 @@ Sphinx -breathe diff --git a/doc/zephyr.rst b/doc/zephyr.rst index 778ea28d..7e4d1993 100644 --- a/doc/zephyr.rst +++ b/doc/zephyr.rst @@ -2,4 +2,4 @@ Zephyr ====== You can reference Zephyr documentation items, like -:external+zephyr:ref:`getting_started` or :external+zephyr:c:func:`k_sleep`. \ No newline at end of file +:external+zephyr:ref:`getting_started`.