Skip to content

Commit

Permalink
change docs theme to furo
Browse files Browse the repository at this point in the history
  • Loading branch information
mjleehh committed Dec 16, 2024
1 parent 5698ac6 commit 7cd7cb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ RUN apt-get install -y \
RUN . "$TBD_IDF_ACTIVATE" && pip install \
sphinx \
pydata-sphinx-theme \
furo \
sphinxcontrib-youtube \
esbonio \
breathe
Expand Down
8 changes: 4 additions & 4 deletions docs/config/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ def get_doxygen_xml_dir() -> Path:
# -- Options for HTML output -------------------------------------------------


html_theme = 'pydata_sphinx_theme'
html_sidebars = {
'**': ['globaltoc.html', 'localtoc.html', 'relations.html', 'searchbox.html']
}
html_theme = 'furo'
# html_sidebars = {
# '**': ['globaltoc.html', 'localtoc.html', 'relations.html', 'searchbox.html']
# }

html_context = {
'default_mode': 'auto'
Expand Down

0 comments on commit 7cd7cb1

Please sign in to comment.