Skip to content

Commit

Permalink
Require recent sphinx-rtd-theme
Browse files Browse the repository at this point in the history
Fixes bug where bullet lists lose their bullets.  See

    readthedocs/sphinx_rtd_theme#1115
    readthedocs/sphinx_rtd_theme#1185

Does mean we use older version of Sphinx and docutils but seems OK.
This only affects building the docs in standalone mode for
development.  For release we're using a custom theme anyway.
  • Loading branch information
bennorth committed Jan 17, 2023
1 parent f54b9f6 commit 8bb5d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/requirements_dev.txt
@@ -1,3 +1,3 @@
sphinx
sphinx-rtd-theme
sphinx-rtd-theme>=1.0.0
sphinx-autobuild

0 comments on commit 8bb5d76

Please sign in to comment.