75 # -- Options for HTML output ------------------------------------------------- |
75 # -- Options for HTML output ------------------------------------------------- |
76 |
76 |
77 # The theme to use for HTML and HTML Help pages. See the documentation for |
77 # The theme to use for HTML and HTML Help pages. See the documentation for |
78 # a list of builtin themes. |
78 # a list of builtin themes. |
79 # |
79 # |
80 html_theme = 'alabaster' |
80 #html_theme = 'alabaster' |
|
81 html_theme = 'classic' |
|
82 html_logo = '_static/pygpibtoolkit.png' |
81 |
83 |
82 # Theme options are theme-specific and customize the look and feel of a theme |
84 # Theme options are theme-specific and customize the look and feel of a theme |
83 # further. For a list of options available for each theme, see the |
85 # further. For a list of options available for each theme, see the |
84 # documentation. |
86 # documentation. |
85 # |
87 # |
86 # html_theme_options = {} |
88 html_theme_options = { |
|
89 # 'logo': 'pygpibtoolkit.png', |
|
90 # 'logo_name': True, |
|
91 # 'description': 'pygpibtoolkit', |
|
92 } |
87 |
93 |
88 # Add any paths that contain custom static files (such as style sheets) here, |
94 # Add any paths that contain custom static files (such as style sheets) here, |
89 # relative to this directory. They are copied after the builtin static files, |
95 # relative to this directory. They are copied after the builtin static files, |
90 # so a file named "default.css" will overwrite the builtin "default.css". |
96 # so a file named "default.css" will overwrite the builtin "default.css". |
91 html_static_path = ['_static'] |
97 html_static_path = ['_static'] |