Skip to content

Commit

Permalink
[doc] using bootstrap_version 2 because 3+ does not do dropdowns
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Mar 10, 2023
1 parent 0c272f3 commit 4eb4fd2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,11 @@ if (DOC_USE_BOOTSTRAP)
set(SPHINX_INCLUDE "import sphinx_bootstrap_theme")
set(SPHINX_THEME "bootstrap")
set(SPHINX_THEME_DIR "sphinx_bootstrap_theme.get_html_theme_path()")
set(SPHINX_THEME_OPTIONS "'source_link_position': \"none\",")
set(SPHINX_THEME_OPTIONS "
'navbar_class': \"navbar\",
'source_link_position': \"nav\",
'bootstrap_version': \"2\",
")
else()
set(SPHINX_INCLUDE "")
set(SPHINX_THEME "haiku")
Expand Down

0 comments on commit 4eb4fd2

Please # to comment.