Correct wrong function signatures on the docs website (#13198)

* Correct outdated function signatures on website.

* Upgrade sphinx to 3.5.4 (latest 3.x)

* Test

* Test

* Test

* Test

* Test

* Test

* Revert unnecessary changes.

* Change sphinx version to 3.5.4"

* Test python 3.7.11
This commit is contained in:
Li-Huai (Allan) Lin
2021-08-30 23:40:25 +08:00
committed by GitHub
parent 98e409abb3
commit ffecfea949
3 changed files with 4 additions and 4 deletions

View File

@@ -140,7 +140,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.2.1",
"sphinx==3.5.4",
"sphinxext-opengraph==0.4.1",
"sphinx-intl",
"starlette",