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

The title is missing in the v0.4.0rc1 #671

Closed
mathbunnyru opened this issue Jan 6, 2023 · 1 comment · Fixed by #668
Closed

The title is missing in the v0.4.0rc1 #671

mathbunnyru opened this issue Jan 6, 2023 · 1 comment · Fixed by #668
Labels
bug Something isn't working
Milestone

Comments

@mathbunnyru
Copy link

mathbunnyru commented Jan 6, 2023

Describe the bug

The title Docker Stacks documentation on the upper left side is missing.

Reproduce the bug

pre-release: https://jupyter-docker-stacks--1855.org.readthedocs.build/en/1855/using/recipes.html
stable: https://jupyter-docker-stacks.readthedocs.io/en/latest/using/recipes.html

Screenshot 2023-01-05 at 19 12 24

Screenshot 2023-01-05 at 19 12 28

List your environment

No response

@mathbunnyru mathbunnyru added the bug Something isn't working label Jan 6, 2023
@melund
Copy link

melund commented Jan 18, 2023

Is this because of the fall back to PyData-Theme options where you need to explicitly set the following to get the title?

html_theme_options = {
    "logo": {
        "text": "My awesome documentation",
    }
}

Or in this case:

html_theme_options = {
    "logo": {
        "text": html_title ,
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants