multiscale / muscle3

The third major version of the MUltiScale Coupling Library and Environment
Apache License 2.0
25 stars 13 forks source link

Bullet lists are not correctly rendered #139

Closed maarten-ic closed 1 year ago

maarten-ic commented 1 year ago

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:

Docutils 0.18 support is on the roadmap for the 1.2 release of sphinx_rtd_theme: https://github.com/readthedocs/sphinx_rtd_theme/issues/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).