Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update doc requirements with sphinx v4 #341

Merged
merged 1 commit into from
Jul 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions cookbook/docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ beautifulsoup4==4.9.3
# sphinx-code-include
certifi==2021.5.30
# via requests
chardet==4.0.0
charset-normalizer==2.0.3
# via requests
click==7.1.2
# via flytekit
Expand All @@ -36,7 +36,7 @@ deprecated==1.2.12
# via flytekit
dirhash==0.2.1
# via flytekit
docker-image-py==0.1.10
docker-image-py==0.1.11
# via flytekit
docutils==0.16
# via
Expand All @@ -45,15 +45,15 @@ docutils==0.16
# sphinx-panels
# sphinx-rtd-theme
# sphinx-tabs
flyteidl==0.19.11
flyteidl==0.19.14
# via flytekit
flytekit==0.20.1
# via -r ./common/requirements-common.in
git+git://github.com/flyteorg/furo@main
# via -r docs-requirements.in
grpcio==1.38.1
grpcio==1.39.0
# via flytekit
idna==2.10
idna==3.2
# via requests
imagesize==1.2.0
# via sphinx
Expand All @@ -71,7 +71,7 @@ lazy-object-proxy==1.4.3
# via astroid
markupsafe==2.0.1
# via jinja2
marshmallow==3.12.2
marshmallow==3.13.0
# via
# dataclasses-json
# marshmallow-enum
Expand All @@ -86,16 +86,16 @@ mypy-extensions==0.4.3
# via typing-inspect
natsort==7.1.1
# via flytekit
numpy==1.21.0
numpy==1.21.1
# via
# matplotlib
# pandas
# pyarrow
packaging==21.0
# via sphinx
pandas==1.3.0
pandas==1.3.1
# via flytekit
pathspec==0.8.1
pathspec==0.9.0
# via scantree
pillow==8.3.1
# via
Expand Down Expand Up @@ -137,7 +137,7 @@ pyyaml==5.4.1
# via sphinx-autoapi
regex==2021.7.6
# via docker-image-py
requests==2.25.1
requests==2.26.0
# via
# flytekit
# responses
Expand Down Expand Up @@ -166,7 +166,7 @@ sortedcontainers==2.4.0
# via flytekit
soupsieve==2.2.1
# via beautifulsoup4
sphinx==3.5.4
sphinx==4.1.2
# via
# -r docs-requirements.in
# furo
Expand Down Expand Up @@ -206,13 +206,13 @@ sphinxcontrib-htmlhelp==2.0.0
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-mermaid==0.7
sphinxcontrib-mermaid==0.7.1
# via -r docs-requirements.in
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sphinxext-remoteliteralinclude==0.2.0
sphinxext-remoteliteralinclude==0.3.0
# via -r docs-requirements.in
statsd==3.3.0
# via flytekit
Expand Down