[librsvg: 14/21] Use the sphinx_rtd_theme




commit 356033862d95bb8f5de19076dc439f2bbfbde1b0
Author: Federico Mena Quintero <federico gnome org>
Date:   Wed Aug 17 17:47:41 2022 -0500

    Use the sphinx_rtd_theme
    
    Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/729>

 devel-docs/conf.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/devel-docs/conf.py b/devel-docs/conf.py
index 657444cce..3632a4eec 100644
--- a/devel-docs/conf.py
+++ b/devel-docs/conf.py
@@ -17,7 +17,7 @@
 
 # -- Project information -----------------------------------------------------
 
-project = 'librsvg'
+project = 'Development guide for librsvg'
 copyright = '2022, Federico Mena Quintero'
 author = 'Federico Mena Quintero'
 
@@ -44,9 +44,9 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
 # 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,
 # so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['_static']
\ No newline at end of file
+html_static_path = ['_static']


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]