readthedocs / sphinx_rtd_theme

Sphinx theme from Read the Docs
https://sphinx-rtd-theme.readthedocs.io/
MIT License
4.81k stars 1.74k forks source link

New page navbar clicks have 1/4s glitchy flashes #1584

Open dylanh724 opened 3 months ago

dylanh724 commented 3 months ago

Problem

When I click on a toctree nav link to a new page, there's a 1/4 second glitchy flash:

glitchy-new-page-nav

If you look carefully, it seems to jump to the top, then jump back to the selected nav.

Reproducible Code

.. toctree:: 
   :maxdepth: 1

   foo1
   foo2
   foo3

Expected Results

Expected smoother transitions

Environment Info

dylanh724 commented 3 months ago

To add, I tried completely commenting out my html_theme_options can still repro this