Skip to content

Commit 52f8c53

Browse files
Docs: Fix requirements for doc generation
1 parent abf4449 commit 52f8c53

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bluepyparallel/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Package version."""
22
# pragma: no cover
3-
VERSION = "0.0.7"
3+
VERSION = "0.0.8.dev0"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
]
2020

2121
doc_reqs = [
22+
"docutils<0.19", # TODO: Remove this when m2r2>0.3.2 is released
2223
"m2r2",
2324
"sphinx<4",
2425
"sphinx-bluebrain-theme",

0 commit comments

Comments
 (0)