Update docs conf.py
authorClaire Xenia Wolf <claire@clairexen.net>
Fri, 21 May 2021 01:36:11 +0000 (03:36 +0200)
committerClaire Xenia Wolf <claire@clairexen.net>
Fri, 21 May 2021 01:36:11 +0000 (03:36 +0200)
Signed-off-by: Claire Xenia Wolf <claire@clairexen.net>
docs/source/conf.py

index 1b8b1b616dcc15c25953a29776f17c8ad3ecbeba..666d4191ad8f4c87c2ffe30f3df73ba59f9afd47 100644 (file)
@@ -1,10 +1,10 @@
 #!/usr/bin/env python3
-project = 'YosysHQ-AppNote-120'
-author = 'YosysHQ Gmbh'
-copyright ='2021 YosysHQ Gmbh'
+project = 'YosysHQ SBY'
+author = 'YosysHQ GmbH'
+copyright ='2021 YosysHQ GmbH'
 
 # select HTML theme
-html_theme = 'alabaster'
+#html_theme = 'alabaster'
 
 # These folders are copied to the documentation's HTML output
 html_static_path = ['_static']
@@ -15,7 +15,7 @@ highlight_language = 'systemverilog'
 
 html_theme_options = {
     'extra_nav_links' : { 
-        'Documentation Index' : 'https://yosyshq-docs.readthedocs.io' ,
+        'YosysHQ Docs' : 'https://yosyshq-docs.readthedocs.io' ,
         'YosysHQ Website' : 'https://www.yosyshq.com',
     },
 #   'logo' : 'logo.png',