# 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
# 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 = []