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

Sphinx html latest build issues with missing top left icon and dropdown menu not working #2019

Open
shachafl opened this issue Sep 9, 2024 · 0 comments
Labels
bug An issue with an existing feature docs documentation improvements

Comments

@shachafl
Copy link
Collaborator

shachafl commented Sep 9, 2024

Description

Sphinx html latest build has two issues:

  1. Missing top left icon (html_logo)
  2. "More" dropdown menu not working on the top navigation bar

Probably an issue with a newer Sphinx version and the old configuration files: docs/source/conf.py & docs/source/_static/my-styles.css

Could be related to https://stackoverflow.com/questions/18023493/bootstrap-dropdown-sub-menu-missing but this did work in the stable version (3y 4m ago)

Note, by changing 'bootstrap_version': "2", in docs/source/conf.py I can fix item (2).

Steps/Code to Reproduce

make docs-html

Expected Results

Built 3y 4m ago
https://spacetx-starfish.readthedocs.io/en/stable/

Actual Results

https://spacetx-starfish.readthedocs.io/en/latest/

Versions

Python 3.6 vs. 3.9
Sphinx==3.5.4 vs. Sphinx==7.1.2

@shachafl shachafl added the bug An issue with an existing feature label Sep 9, 2024
@shachafl shachafl added the docs documentation improvements label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue with an existing feature docs documentation improvements
Projects
None yet
Development

No branches or pull requests

1 participant