alabaster icon indicating copy to clipboard operation
alabaster copied to clipboard

Changed logo_name option to take an arbitrary string.

Open willvousden opened this issue 6 years ago • 1 comments

This addresses #55 by removing the hard-coding of the value of project when using the logo_name theme option. Instead, logo_name is interpreted as a string, which is displayed directly.

Other options can be referred directly using the appropriate variable in conf.py; e.g.:

html_theme_options = {
    'logo_name': html_title_short,
}

willvousden avatar Mar 01 '18 12:03 willvousden

Can we make this a thing? I was surprised that logo_name could not accept a string.

Benjamin-Lee avatar Sep 11 '18 18:09 Benjamin-Lee