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

Disable breadcrumb truncate #1992

Closed
jamesdbrock opened this issue Sep 27, 2024 · 5 comments
Closed

Disable breadcrumb truncate #1992

jamesdbrock opened this issue Sep 27, 2024 · 5 comments

Comments

@jamesdbrock
Copy link

I never want navigation breadcrumbs to be truncated. Is there a configuration option for disabling this feature?

#1460

Ideally there should be a configuration option to make breadcrumbs wrap instead of truncate.

This truncated breadcrumb looks terrible, takes up too little space, and also we want the users to be able to navigate backwards but they can't do that when a “…” appears in the breadcrumbs.

image

Love this project, thanks for all your work.

@drammock
Copy link
Collaborator

Breadcrumb behavior is different now since #1861 but it looks like that change was after the last stable release. Are you able to install the theme from current main branch and see if the new behavior is satisfactory?

@jamesdbrock
Copy link
Author

Something goes wrong when I try to install from Github main branch.

python3.10-pydata-sphinx-theme> ModuleNotFoundError: No module named 'sphinx_theme_builder'

Since this is fixed already, maybe I'll just wait until you release a new package.

@jamesdbrock
Copy link
Author

What I tried in Poetry pyproject.toml:

[tool.poetry.dependencies]
pydata-sphinx-theme = { git = "https://github.com/pydata/pydata-sphinx-theme.git", branch = "main", extras = ["sphinx-theme-builder[cli]"] }

@drammock
Copy link
Collaborator

@jamesdbrock I'm not sure how to debug the poetry install issue (not a poetry user), but if you're willing to wait for the next release that works. I think it will be fairly soon.

@drammock drammock mentioned this issue Sep 27, 2024
10 tasks
@drammock
Copy link
Collaborator

@jamesdbrock release is out! Hope you like the improved breadcrumb behavior :)

@Carreau Carreau added this to the Empty milestone. milestone Nov 4, 2024
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

No branches or pull requests

3 participants