diff --git a/boards/index.rst b/boards/index.rst index 8c593931acf2c5e71e5f895e505823d2f4d311c0..4d0276c02e1aac19d93de502b2982e6d8e08a224 100644 --- a/boards/index.rst +++ b/boards/index.rst @@ -36,7 +36,7 @@ started. modifications done to the hardware or software solutions provided by beagleboard.org foundation. .. toctree:: - :maxdepth: 1 + :maxdepth: 2 :hidden: /boards/beagleplay/index diff --git a/conf.py b/conf.py index 41bc7a60cb236d826151780a6705049a537e4775..ba9af0b8e8d139d33f917a4ca59e18657f91b2b4 100644 --- a/conf.py +++ b/conf.py @@ -33,14 +33,14 @@ sys.path.append(os.path.abspath("./_ext")) extensions = [ "callouts", - # "sphinxcontrib.rsvgconverter", + "sphinxcontrib.rsvgconverter", "sphinx_design", - # "sphinxcontrib.images", - # "sphinx.ext.imgconverter", + "sphinxcontrib.images", + "sphinx.ext.imgconverter", "sphinx.ext.graphviz", "sphinx.ext.todo", - # "sphinx.ext.autodoc", - # "sphinx.ext.autosummary", + "sphinx.ext.autodoc", + "sphinx.ext.autosummary", "sphinx_tabs.tabs", "breathe", "sphinx_copybutton",