Add multilingual documentation support (#12952)
* Add multilingual documentation support * Add multilingual documentation support * make style * make style * revert
This commit is contained in:
2
setup.py
2
setup.py
@@ -142,6 +142,7 @@ _deps = [
|
||||
"sphinx-rtd-theme==0.4.3", # sphinx-rtd-theme==0.5.0 introduced big changes in the style.
|
||||
"sphinx==3.2.1",
|
||||
"sphinxext-opengraph==0.4.1",
|
||||
"sphinx-intl",
|
||||
"starlette",
|
||||
"tensorflow-cpu>=2.3",
|
||||
"tensorflow>=2.3",
|
||||
@@ -289,6 +290,7 @@ extras["docs_specific"] = deps_list(
|
||||
"sphinx-rtd-theme",
|
||||
"sphinx-copybutton",
|
||||
"sphinxext-opengraph",
|
||||
"sphinx-intl",
|
||||
)
|
||||
# "docs" needs "all" to resolve all the references
|
||||
extras["docs"] = extras["all"] + extras["docs_specific"]
|
||||
|
||||
Reference in New Issue
Block a user