eladkal commented on code in PR #32495:
URL: https://github.com/apache/airflow/pull/32495#discussion_r1261094948


##########
dev/README_RELEASE_PROVIDER_PACKAGES.md:
##########
@@ -408,7 +408,7 @@ All providers (including overriding documentation for 
doc-only changes):
 ```shell script
 cd "${AIRFLOW_REPO_ROOT}"
 
-./docs/publish_docs.py \
+breeze release-management publish-docs \

Review Comment:
   Do we need the whole section above?
   Now that the command in breeze we probably don't need the above section?
   
   ```
   
   **NOTE** In order to run the publish documentation you need to activate 
virtualenv where you installed
   apache-airflow with doc extra:
   * `pip install '.[doc_gen]'`
   If you don't have virtual env set you can do:
   ```shell script
   cd <path_you_want_to_save_your_virtual_env>
   virtualenv providers
   source venv/providers/bin/activate
   pip install 'apache-airflow[doc_gen]'
   ```
   
   ```



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