Skip to content

Commit 0c8a615

Browse files
committed
Skip buggy docutils versions
1 parent 1a13100 commit 0c8a615

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ doc = [
3434
'sphinx',
3535
]
3636
typehints = ['sphinx-autodoc-typehints>=1.15.2']
37-
theme = ['sphinx-book-theme>=1.0.1']
37+
theme = [
38+
'sphinx-book-theme>=1.0.1',
39+
'docutils>=0.8,!=0.18.*,!=0.19.*',
40+
]
3841

3942
[project.entry-points.'sphinx.html_themes']
4043
scanpydoc = 'scanpydoc.theme'

0 commit comments

Comments
 (0)