diff --git a/doc/conf.py b/doc/conf.py index f61ab8ea..85ea0dc6 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -38,11 +38,6 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output html_theme = 'sphinx_ncs_theme' -html_show_sphinx = False - -html_theme_options = {'docsets': {},"addons_url": "https://nrfconnect.github.io/ncs-app-index/","bare_metal_url": "","ncs_url": "https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/index.html", "ncs_label": "nRF Connect SDK Docs", "logo_url": "https://docs.nordicsemi.com"} - -html_extra_path = ['versions.json'] ## -- Options for Breathe ---------------------------------------------------- # https://breathe.readthedocs.io/en/latest/index.html diff --git a/doc/requirements.txt b/doc/requirements.txt index 9a4e8eb0..f589ff86 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,6 +1,6 @@ Sphinx==5.3.0 breathe==4.35.0 -sphinx-ncs-theme<2.1 +sphinx-ncs-theme==0.7.4 sphinx-tabs>=3.4 sphinx-togglebutton>=0.3.2 Pillow>=9.0.1