Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed logo_name option to take an arbitrary string. #129

Closed
wants to merge 1 commit into from
Closed

Changed logo_name option to take an arbitrary string. #129

wants to merge 1 commit into from

Conversation

willvousden
Copy link
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

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