Skip to content

Commit 910c5ae

Browse files
committed
Fix broken bullets by downgrading to docutils==0.16
1 parent 6378f16 commit 910c5ae

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

ci/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ dependencies:
2727
- pytest
2828
- pytest-sugar
2929
- pyqt5
30+
- docutils==0.16
3031
- sphinx>=3.0
3132
- sphinx-copybutton
3233
- sphinx_rtd_theme==0.4.3

docs/environment.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# Hard requirements for notebook examples and documentation build
22
# WARNING: Keep this up-to-date with ci/environment.yml
3-
# * Basemap is broken as of matplotlib >=3.3 so for documentation
3+
# * basemap is broken as of matplotlib >=3.3 so for documentation
44
# use 3.2.1. Probably lots of basemap holdouts for next ~5 years.
5-
# * PyQt5 is needed by pyplot, RTD server *happens* to already have it
5+
# * pyqt5 is needed by pyplot, RTD server *happens* to already have it
66
# but creating local environment will fail.
7-
# * Jinja >= 3.0 and nbsphinx >= 0.8.2 seem to break default ReST roles when
7+
# * jinja >= 3.0 and nbsphinx >= 0.8.2 seem to break default ReST roles when
88
# jupytext notebooks are converted to HTML. Interpreted as italics instead.
9-
# * For testing use conda create --name proplot-dev --no-default-packages followed
10-
# by mamba env update --name proplot-dev --file environment.yml for speed.
11-
# Making env from file fails. See: https://github.com/mamba-org/mamba/issues/633
9+
# * docutils >= 0.17 breaks bullet points. See the following thread
10+
# for more info: https://github.com/readthedocs/sphinx_rtd_theme/issues/1115
1211
name: proplot-dev
1312
channels:
1413
- conda-forge
@@ -25,6 +24,7 @@ dependencies:
2524
- pip:
2625
- ..
2726
- pyqt5
27+
- docutils==0.16
2828
- sphinx>=3.0
2929
- sphinx-copybutton
3030
- sphinx_rtd_theme==0.4.3

0 commit comments

Comments
 (0)