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

   > Because of that, I’m pausing this change for now and will revisit and fix 
it once I’m able to get a reliable local preview setup.
   
   This should work by:
   
   a) checking out airflow repo
   b) modifying this line 
https://github.com/apache/airflow/blob/eaa40bf6f76f6a45d1146b874b8045fa9d9860e7/devel-common/pyproject.toml#L83
 to point (via file:// URL) to your checked out 
`airflow-site/sphinx_airflow_theme` folder
   c) Choose a small distribution (say small provider) and build the docs - by 
either using `breeze build-docs [YOUR_DISTRIBUTION_HERE]` or 
   
   ```bash
   cd YOUR_DISTRIBUTION_FOLDER
   uv run --group docs build-docs
   ``` 
   
   That should do the trick - once it finishes it should print you the command 
to start webserver you can see the built docs.
   


-- 
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]

Reply via email to