Skip to content

Commit 6098122

Browse files
committed
pin docutils at 0.15.2 in doc requirements
1 parent 26d7a53 commit 6098122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
'optional': ['ephem', 'cython', 'netcdf4', 'nrel-pysam', 'numba',
4848
'pvfactors', 'scipy', 'siphon', 'tables'],
4949
'doc': ['ipython', 'matplotlib', 'sphinx == 1.8.5', 'sphinx_rtd_theme',
50-
'sphinx-gallery'],
50+
'sphinx-gallery', 'docutils == 0.15.2'],
5151
'test': TESTS_REQUIRE
5252
}
5353
EXTRAS_REQUIRE['all'] = sorted(set(sum(EXTRAS_REQUIRE.values(), [])))

0 commit comments

Comments
 (0)