From: Matt Venn Date: Thu, 15 Oct 2020 15:02:52 +0000 (+0200) Subject: logo and links X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=81258745ebe55c7bf8f675442b2660200a342b68;p=SymbiYosys.git logo and links --- diff --git a/docs/source/_static/symbiotic_logo.png b/docs/source/_static/symbiotic_logo.png new file mode 100644 index 0000000..e5e76d6 Binary files /dev/null and b/docs/source/_static/symbiotic_logo.png differ diff --git a/docs/source/conf.py b/docs/source/conf.py index 99c7ff9..e2ea122 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -50,8 +50,8 @@ master_doc = 'index' # General information about the project. project = 'SymbiYosys' -copyright = '2017, Clifford Wolf' -author = 'Clifford Wolf' +copyright = '2020, Claire Wolf' +author = 'Claire Wolf' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -126,7 +126,14 @@ html_theme = 'alabaster' # further. For a list of options available for each theme, see the # documentation. # -# html_theme_options = {} +html_theme_options = { + "extra_nav_links" : { + 'Documentation Index' : 'https://sedasuite.readthedocs.io' , + 'Symbiotic Website' : 'https://www.symbioticeda.com', + }, + "logo" : 'symbiotic_logo.png', + "fixed_sidebar" : True, +} # Add any paths that contain custom themes here, relative to this directory. # html_theme_path = []