<#3387 [Docs] Fix docs build warnings in flytekit>...
# flyte-github
a
#3387 [Docs] Fix docs build warnings in flytekit Issue created by cosmicBboy Description There's a docs build action that we use for CI to make sure there are no docs build warnings in the
flytekit
repo: https://github.com/flyteorg/flytekit/blob/master/.github/workflows/docs_build.yml#L26 However, the
SPHINXOPTS="-W"
needs to be invoked right before the
make html
instead of before the
cd docs
command. As seen in this action, there are still many docs build warnings: https://github.com/flyteorg/flytekit/actions/runs/4307502363/jobs/7512647844#step:4:1502 The purpose of this task is to (1) fix the github action and (2) fix all of the docs build warnings so that we're confident to a first degree approximation that the docs are correct. Are you sure this issue hasn't been raised already? ☑︎ Yes Have you read the Code of Conduct? ☑︎ Yes flyteorg/flyte