From: Claire Xen Date: Wed, 24 Feb 2021 16:48:13 +0000 (+0100) Subject: Update conf.py X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9aa0963f261147c76546b8758a72decb1d29b98e;p=SymbiYosys.git Update conf.py --- diff --git a/docs/source/conf.py b/docs/source/conf.py index 151af17..19e7f8f 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 = '2020 Symbiotic EDA' -author = 'Symbiotic EDA' +copyright = '2021 YosysHQ' +author = 'YosysHQ' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -128,10 +128,10 @@ html_theme = 'alabaster' # html_theme_options = { "extra_nav_links" : { - 'Documentation Index' : 'https://sedasuite.readthedocs.io' , - 'Symbiotic Website' : 'https://www.symbioticeda.com', +# 'Documentation Index' : 'https://tabbycad.readthedocs.io' , + 'YosysHQ Website' : 'https://www.yosyshq.com', }, - "logo" : 'symbiotic_logo.png', +# "logo" : 'logo.png', "fixed_sidebar" : True, } @@ -268,7 +268,7 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'SymbiYosys.tex', 'SymbiYosys Documentation', - 'Clifford Wolf', 'manual'), + 'Claire Xen Wolf', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of