logo and links
authorMatt Venn <matt@mattvenn.net>
Thu, 15 Oct 2020 15:02:52 +0000 (17:02 +0200)
committerMatt Venn <matt@mattvenn.net>
Thu, 15 Oct 2020 15:02:52 +0000 (17:02 +0200)
docs/source/_static/symbiotic_logo.png [new file with mode: 0644]
docs/source/conf.py

diff --git a/docs/source/_static/symbiotic_logo.png b/docs/source/_static/symbiotic_logo.png
new file mode 100644 (file)
index 0000000..e5e76d6
Binary files /dev/null and b/docs/source/_static/symbiotic_logo.png differ
index 99c7ff917f4cb61e73a15754f8007ad5bd1ae86b..e2ea1222dbb1873976159fa0cac013bc554d9cce 100644 (file)
@@ -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 = []