Skip to content

Commit

Permalink
fix no module error (flyteorg#240)
Browse files Browse the repository at this point in the history
Signed-off-by: Samhita Alla <[email protected]>
  • Loading branch information
samhita-alla authored May 21, 2021
1 parent 403c3bb commit c2e75a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions cookbook/docs-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ sphinx-prompt
sphinx-code-include
sphinx-autoapi
sphinx-copybutton
sphinxext-remoteliteralinclude
docutils==0.16
astroid==2.4.2
6 changes: 5 additions & 1 deletion cookbook/docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# /Library/Developer/CommandLineTools/usr/bin/make docs-requirements.txt
# pip-compile docs-requirements.in
#
alabaster==0.7.12
# via sphinx
Expand Down Expand Up @@ -61,6 +61,7 @@ six==1.16.0
# via
# astroid
# sphinx-code-include
# sphinxext-remoteliteralinclude
snowballstemmer==2.1.0
# via sphinx
soupsieve==2.2.1
Expand All @@ -87,6 +88,7 @@ sphinx==3.5.4
# sphinx-gallery
# sphinx-prompt
# sphinx-rtd-theme
# sphinxext-remoteliteralinclude
sphinxcontrib-applehelp==1.0.2
# via sphinx
sphinxcontrib-devhelp==1.0.2
Expand All @@ -99,6 +101,8 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.4
# via sphinx
sphinxext-remoteliteralinclude==0.2.0
# via -r docs-requirements.in
unidecode==1.2.0
# via sphinx-autoapi
urllib3==1.26.4
Expand Down

0 comments on commit c2e75a7

Please sign in to comment.