pallets / jinja

A very fast and expressive template engine.

Home Page:https://jinja.palletsprojects.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update the https://jinja.palletsprojects.com/en/3.1.x/api/ website with the HTML fix from https://github.com/pallets/pallets-sphinx-themes/pull/65

goxberry opened this issue · comments

This is not a duplicate of the previous bugs -- rather, a project maintainer needs to rebuild a copy of the Jinja 3.1.x HTML docs with the fix in pallets/pallets-sphinx-themes#65 and push the fixed HTML to https://jinja.palletsprojects.com/en/3.1.x/api/ so users stop reporting the menu bar overlap problem.

Here's how you reproduce:

image

Again, note that this image is not a locally built copy of the documentation, because if it were, the fix in pallets/pallets-sphinx-themes#65 would be pulled in, and users wouldn't see that menu bar overlap in the HTML.

If one of the project maintainers rebuilds the docs to HTML and pushes the rebuilt docs up to https://jinja.palletsprojects.com/en/3.1.x/api/, I suspect people would stop reporting this bug.

Also note that this issue occurs with other Pallets project websites, like the posted Click API docs, e.g., in https://click.palletsprojects.com/en/8.1.x/api/#utilities, and the same type of fix is needed: a project maintainer needs to rebuild the HTML docs for that project with the fix in pallets/pallets-sphinx-themes#65 and push the fixed HTML up to the project's documentation website.

image

Users keep reporting this problem not because it hasn't been fixed in source code -- as noted elsewhere, the source code has already been fixed -- but because the public-facing documentation website hasn't been regenerated and updated with the fixed HTML.

For reference, this bug is not a duplicate of #1826, #1802, #1783, #1768, #1761, or #1751.

@davidism I still see the links in the left menu bar overflowing their bounds and tracked the behavior to the project requirements: the Pallets-Sphinx-Theme==2.0.2 requirement in requirements/docs.txt does not contain the changes mentioned in pallets/pallets-sphinx-themes#65. #1841 is a notional change to this project's requirements to fix that behavior.

I know the theme needs a new release, and that each project's docs need to be rebuilt. Please stop hounding me about it, I've already indicated that I know about it and that more issues don't need to exist for it.