"tests/encoder_decoder/test_modeling_encoder_decoder.py" did not exist on "2e20c0f34ade1f0ec6fa1ed24fd1de0b8970f0da"
Unverified Commit b567510c authored by Sylvain Gugger's avatar Sylvain Gugger Committed by GitHub
Browse files

Debug doc (#14424)

* Create branch for tests

* Pin first upgrade

* Really pin

* Polish fix
parent 888fb211
...@@ -144,6 +144,7 @@ _deps = [ ...@@ -144,6 +144,7 @@ _deps = [
"sentencepiece>=0.1.91,!=0.1.92", "sentencepiece>=0.1.91,!=0.1.92",
"sigopt", "sigopt",
"librosa", "librosa",
"markdown!=3.3.5",
"sphinx-copybutton", "sphinx-copybutton",
"sphinx-markdown-tables", "sphinx-markdown-tables",
"sphinx-rtd-theme==0.4.3", # sphinx-rtd-theme==0.5.0 introduced big changes in the style. "sphinx-rtd-theme==0.4.3", # sphinx-rtd-theme==0.5.0 introduced big changes in the style.
...@@ -296,6 +297,7 @@ extras["all"] = ( ...@@ -296,6 +297,7 @@ extras["all"] = (
extras["docs_specific"] = deps_list( extras["docs_specific"] = deps_list(
"docutils", "docutils",
"markdown",
"recommonmark", "recommonmark",
"sphinx", "sphinx",
"sphinx-markdown-tables", "sphinx-markdown-tables",
......
...@@ -55,6 +55,7 @@ deps = { ...@@ -55,6 +55,7 @@ deps = {
"sentencepiece": "sentencepiece>=0.1.91,!=0.1.92", "sentencepiece": "sentencepiece>=0.1.91,!=0.1.92",
"sigopt": "sigopt", "sigopt": "sigopt",
"librosa": "librosa", "librosa": "librosa",
"markdown": "markdown!=3.3.5",
"sphinx-copybutton": "sphinx-copybutton", "sphinx-copybutton": "sphinx-copybutton",
"sphinx-markdown-tables": "sphinx-markdown-tables", "sphinx-markdown-tables": "sphinx-markdown-tables",
"sphinx-rtd-theme": "sphinx-rtd-theme==0.4.3", "sphinx-rtd-theme": "sphinx-rtd-theme==0.4.3",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment