Bowrna commented on a change in pull request #20886:
URL: https://github.com/apache/airflow/pull/20886#discussion_r786759608
##########
File path: dev/breeze/src/airflow_breeze/breeze.py
##########
@@ -276,6 +283,17 @@ def change_config(python, backend, cheatsheet, asciiart):
console.print(f'[blue]Backend cached_value {backend}')
+@option_verbose
[email protected](name='build-docs')
[email protected]('--docs-only', is_flag=True)
[email protected]('--spellcheck-only', is_flag=True)
[email protected]('--package-filter', type=click.Choice(get_available_packages()),
multiple=True)
+def build_docs(verbose: bool, docs_only: bool, spellcheck_only: bool,
package_filter: Tuple[str]):
+ """
+ Builds documentation in the container
+ """
+
Review comment:
yes I will add it @potiuk I was not very sure if I have to invoke
build_docs.py directly or via docker command. Now I am clear on that part.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]