Преглед на файлове

sphinx: switch to readthedocs theme

To install this additional theme:
pip3 install sphinx_rtd_theme

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Nicolas Dechesne преди 4 години
родител
ревизия
29af1cd2a4
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      doc/conf.py

+ 1 - 1
doc/conf.py

@@ -58,7 +58,7 @@ rst_prolog = """
 # The theme to use for HTML and HTML Help pages.  See the documentation for
 # a list of builtin themes.
 #
-html_theme = 'alabaster'
+html_theme = 'sphinx_rtd_theme'
 
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,