File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
1211name : proplot-dev
1312channels :
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
You can’t perform that action at this time.
0 commit comments