pydata-sphinx-theme icon indicating copy to clipboard operation
pydata-sphinx-theme copied to clipboard

Top Navigation Bar has no text, but only invisible buttons

Open mehta-pavan opened this issue 1 year ago • 1 comments

A strange issue appears, where the Top Navigation Bar only buttons without any titles (as below). PS : the issue is not with the color of text, which can be infered from small sizes of the buttons.

image

My index.md has the toctree,

image

while, my install/index.rst looks like,

============
Installation
============
.. toctree::
   :maxdepth: 1
   :caption: Installation
  • Theme : PyData Sphinx Theme 0.15.3.
  • Sphinx : 8.0.2

mehta-pavan avatar Aug 18 '24 03:08 mehta-pavan