Pin sphinx-rtd-theme (#5128)
This commit is contained in:
3
setup.py
3
setup.py
@@ -85,7 +85,8 @@ extras["serving"] = ["pydantic", "uvicorn", "fastapi", "starlette"]
|
|||||||
extras["all"] = extras["serving"] + ["tensorflow", "torch"]
|
extras["all"] = extras["serving"] + ["tensorflow", "torch"]
|
||||||
|
|
||||||
extras["testing"] = ["pytest", "pytest-xdist", "timeout-decorator", "psutil"]
|
extras["testing"] = ["pytest", "pytest-xdist", "timeout-decorator", "psutil"]
|
||||||
extras["docs"] = ["recommonmark", "sphinx", "sphinx-markdown-tables", "sphinx-rtd-theme"]
|
# sphinx-rtd-theme==0.5.0 introduced big changes in the style.
|
||||||
|
extras["docs"] = ["recommonmark", "sphinx", "sphinx-markdown-tables", "sphinx-rtd-theme==0.4.3"]
|
||||||
extras["quality"] = [
|
extras["quality"] = [
|
||||||
"black",
|
"black",
|
||||||
"isort @ git+git://github.com/timothycrosley/isort.git@e63ae06ec7d70b06df9e528357650281a3d3ec22#egg=isort",
|
"isort @ git+git://github.com/timothycrosley/isort.git@e63ae06ec7d70b06df9e528357650281a3d3ec22#egg=isort",
|
||||||
|
|||||||
Reference in New Issue
Block a user