From 57f339fb38b68641f14cf8af6ebff85541c03481 Mon Sep 17 00:00:00 2001 From: Deepak Khatri <lorforlinux@beagleboard.org> Date: Thu, 21 Mar 2024 13:45:28 +0530 Subject: [PATCH] Fix board navigation flow issue --- boards/index.rst | 2 +- conf.py | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/boards/index.rst b/boards/index.rst index 8c593931..4d0276c0 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 41bc7a60..ba9af0b8 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", -- GitLab