potiuk commented on PR #761:
URL: https://github.com/apache/airflow-site/pull/761#issuecomment-1507443433

   > Followed 1. and 2. only. The script docs/build.sh does not exist anymore 
in Airflow repository so I ran these commands instead to build the doc and 
visualize them:
   
   Look what breeze does in the `developer_commands.py` for build_docs:
   ```
       cmd = [
           "docker",
           "run",
           "-t",
           *extra_docker_flags,
           "--pull",
           "never",
           ci_image_name,
           "/opt/airflow/scripts/in_container/run_docs_build.sh",
           *doc_builder.args_doc_builder,
   ```
   
   or you can use `--dry-run` when running breeze command and it will show you 
exactly what it does.
   
   You can enter breeze and run the commnd manually, and install the sphinx 
theme locally before I believe (possibly needs some modifications of the shell 
script)


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to