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

Bullet lists are not correctly rendered #139

Closed
maarten-ic opened this issue Dec 1, 2022 · 0 comments · Fixed by #157
Closed

Bullet lists are not correctly rendered #139

maarten-ic opened this issue Dec 1, 2022 · 0 comments · Fixed by #157
Labels
documentation Improve the documentation

Comments

@maarten-ic
Copy link
Collaborator

Unordered lists in the documentation are currently rendered without the bullets displayed. See for example: https://muscle3.readthedocs.io/en/latest/contributing.html#make-an-issue

This was an issue in sphinx_rtd_theme which should be resolved.

However.. we're using an old version of sphinx_rtd_theme (0.5.1) due to dependency conflicts with sphinx_tabs:

  • sphinx_tabs requires docutils~=0.18.0
  • The latest version of sphinx_rtd_theme requires docutils<0.18 so cannot be used.

Docutils 0.18 support is on the roadmap for the 1.2 release of sphinx_rtd_theme: readthedocs/sphinx_rtd_theme#1322

The easiest thing to do is wait for this new release. Though I cannot find an expected release date for 1.2, above issue is planned in the current sprint (planned to complete next week).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improve the documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant