Skip to content

Changed logo_name option to take an arbitrary string.#129

Closed
willvousden wants to merge 1 commit intosphinx-doc:masterfrom
willvousden:logo_name
Closed

Changed logo_name option to take an arbitrary string.#129
willvousden wants to merge 1 commit intosphinx-doc:masterfrom
willvousden:logo_name

Conversation

@willvousden
Copy link
Copy Markdown
Contributor

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,
}

@Benjamin-Lee
Copy link
Copy Markdown

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

@bitprophet bitprophet added this to the 0.7.12 milestone Sep 12, 2018
@bitprophet bitprophet modified the milestones: 0.7.12, 0.7.13 Dec 18, 2018
@bitprophet bitprophet deleted the branch sphinx-doc:master January 13, 2023 00:42
@bitprophet bitprophet closed this Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants