Quellcode durchsuchen

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 vor 4 Jahren
Ursprung
Commit
29af1cd2a4
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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,