diff --git a/.gitmodules b/.gitmodules index 6192a69b..a4957593 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "doc/sphinx-bootstrap-theme"] path = doc/sphinx-bootstrap-theme url = https://github.com/cppformat/sphinx-bootstrap-theme.git +[submodule "doc/sphinx_rtd_theme"] + path = doc/sphinx_rtd_theme + url = https://github.com/cppformat/sphinx_rtd_theme.git diff --git a/doc/conf.py b/doc/conf.py index 67f7f729..46cde40b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -112,30 +112,15 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'bootstrap' +html_theme = 'sphinx_rtd_theme' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the # documentation. -html_theme_options = { - # HTML navbar class (Default: "navbar") to attach to