Skip to content

Commit 987312e

Browse files
committed
pin markdown package
Fixes RTD builds
1 parent 9766f48 commit 987312e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ def absolute_links(txt):
8686
'm2r2',
8787
'myst-nb>=0.14.0',
8888
'ipython>=7.21.0',
89+
# until
90+
# https://github.com/ryanfox/sphinx-markdown-tables/issues/36
91+
# is fixed
92+
'markdown<3.4.0',
8993
]
9094
}
9195
)

0 commit comments

Comments
 (0)