We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 has two issues:
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).
make docs-html
Built 3y 4m ago https://spacetx-starfish.readthedocs.io/en/stable/
https://spacetx-starfish.readthedocs.io/en/latest/
Python 3.6 vs. 3.9 Sphinx==3.5.4 vs. Sphinx==7.1.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Sphinx html latest build has two issues:
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
The text was updated successfully, but these errors were encountered: