Skip to content

Commit b567510

Browse files
authored
Debug doc (#14424)
* Create branch for tests * Pin first upgrade * Really pin * Polish fix
1 parent 888fb21 commit b567510

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
"sentencepiece>=0.1.91,!=0.1.92",
145145
"sigopt",
146146
"librosa",
147+
"markdown!=3.3.5",
147148
"sphinx-copybutton",
148149
"sphinx-markdown-tables",
149150
"sphinx-rtd-theme==0.4.3", # sphinx-rtd-theme==0.5.0 introduced big changes in the style.
@@ -296,6 +297,7 @@ def run(self):
296297

297298
extras["docs_specific"] = deps_list(
298299
"docutils",
300+
"markdown",
299301
"recommonmark",
300302
"sphinx",
301303
"sphinx-markdown-tables",

src/transformers/dependency_versions_table.py

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"sentencepiece": "sentencepiece>=0.1.91,!=0.1.92",
5656
"sigopt": "sigopt",
5757
"librosa": "librosa",
58+
"markdown": "markdown!=3.3.5",
5859
"sphinx-copybutton": "sphinx-copybutton",
5960
"sphinx-markdown-tables": "sphinx-markdown-tables",
6061
"sphinx-rtd-theme": "sphinx-rtd-theme==0.4.3",

0 commit comments

Comments
 (0)