Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
85cb4477
Commit
85cb4477
authored
Aug 30, 2021
by
Li-Huai (Allan) Lin
Committed by
Sylvain Gugger
Sep 01, 2021
Browse files
Revert "Correct wrong function signatures on the docs website (#13198)"
This reverts commit
ffecfea9
.
parent
4766e009
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
.circleci/config.yml
.circleci/config.yml
+2
-2
setup.py
setup.py
+1
-1
src/transformers/dependency_versions_table.py
src/transformers/dependency_versions_table.py
+1
-1
No files found.
.circleci/config.yml
View file @
85cb4477
...
...
@@ -711,7 +711,7 @@ jobs:
build_doc
:
working_directory
:
~/transformers
docker
:
-
image
:
circleci/python:3.
7.11
-
image
:
circleci/python:3.
6
resource_class
:
large
steps
:
-
checkout
...
...
@@ -733,7 +733,7 @@ jobs:
deploy_doc
:
working_directory
:
~/transformers
docker
:
-
image
:
circleci/python:3.
7.11
-
image
:
circleci/python:3.
6
resource_class
:
large
steps
:
-
add_ssh_keys
:
...
...
setup.py
View file @
85cb4477
...
...
@@ -139,7 +139,7 @@ _deps = [
"sphinx-copybutton"
,
"sphinx-markdown-tables"
,
"sphinx-rtd-theme==0.4.3"
,
# sphinx-rtd-theme==0.5.0 introduced big changes in the style.
"sphinx==3.
5.4
"
,
"sphinx==3.
2.1
"
,
"sphinxext-opengraph==0.4.1"
,
"sphinx-intl"
,
"starlette"
,
...
...
src/transformers/dependency_versions_table.py
View file @
85cb4477
...
...
@@ -57,7 +57,7 @@ deps = {
"sphinx-copybutton"
:
"sphinx-copybutton"
,
"sphinx-markdown-tables"
:
"sphinx-markdown-tables"
,
"sphinx-rtd-theme"
:
"sphinx-rtd-theme==0.4.3"
,
"sphinx"
:
"sphinx==3.
5.4
"
,
"sphinx"
:
"sphinx==3.
2.1
"
,
"sphinxext-opengraph"
:
"sphinxext-opengraph==0.4.1"
,
"sphinx-intl"
:
"sphinx-intl"
,
"starlette"
:
"starlette"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment