Skip to content

Commit 427a624

Browse files
committed
Pin docutils<0.18, Sphinx doesn't work with newer version
This should fix the readthedocs.io failing builds.
1 parent 033b3f3 commit 427a624

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
@@ -68,7 +68,7 @@ def run(self):
6868
],
6969
extras_require={
7070
':python_version <= "3.6"': ["dataclasses"],
71-
"docs": ["Sphinx==2.2.0", "sphinx-rtd-theme==0.4.3"],
71+
"docs": ["Sphinx==2.2.0", "sphinx-rtd-theme==0.4.3", "docutils<0.18"],
7272
"test": [
7373
"psycopg2==2.8.4",
7474
"dj-database-url==0.5.0",

0 commit comments

Comments
 (0)