Skip to content

Commit a0660b1

Browse files
authored
docs: avoid newest docutils until sphinx-tabs updates (#1052)
* docs: fix build until new sphinx tabs release Signed-off-by: Henry Schreiner <[email protected]> * Remove docutils constraint from docs dependencies * Update pyproject.toml --------- Signed-off-by: Henry Schreiner <[email protected]>
1 parent f8edf5f commit a0660b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ test = [
7676
"pytest-cov>=3",
7777
]
7878
docs = [
79+
"docutils<0.22", # Waiting for sphinx-tabs release
7980
"myst-parser",
8081
"sphinx>=3",
8182
"sphinx-autobuild",

0 commit comments

Comments
 (0)