Skip to content

Commit 2f4d3e5

Browse files
committed
Add monochrome to inter_sphinx config
1 parent 53b7340 commit 2f4d3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def remove_markdown(cell):
124124
"python": ("https://docs.python.org/3", None),
125125
"scipy": ("https://docs.scipy.org/doc/scipy/", None),
126126
"skimage": ("https://scikit-image.org/docs/stable/", None),
127-
# "monochrome": ("https://monochrome.readthedocs.io/en/latest/", None), # TODO: fix
127+
"monochrome": ("https://monochrome.readthedocs.io/stable/", None),
128128
}
129129

130130
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)