sphinx-contrib / sphinxcontrib-versioning

Sphinx extension that allows building versioned docs for self-hosting.
https://sphinxcontrib-versioning.readthedocs.io/en/latest/
MIT License
125 stars 81 forks source link

rtd theme navigation collides with rst-versions #54

Closed klassenjm closed 6 years ago

klassenjm commented 6 years ago

I am working with Sphinx 1.7.6, rtd theme 0.2.4, and sphinx-versioning 2.2.1.

I have noticed that the div at the bottom of the navigation column to contain the version info and version selection (rst-versions) sits on top of the navigation table of contents (toc) column - but it also hides the last one or two entries at the bottom of the toc (if the docs and the toc is long enough and currently expanded to require scrolling of the toc). A user of the docs cannot scroll the last entries into view.

Example: image

Could someone suggest where I might need to adjust the CSS for the theme in order to make sure that nothing is hidden in the toc?

klassenjm commented 6 years ago

My apology. I just did pip install -U sphinx_rtd_theme and was updated to rtd theme 0.4.1. This seems to have resolved the problem. I should have checked for an update in the theme first.

Closing.