This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 59c49044c6 Fix installation from local not remote airflow for docs
building (#32464)
59c49044c6 is described below
commit 59c49044c60d2b6222cd8502c236c0ae92be6044
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sun Jul 9 19:36:09 2023 +0200
Fix installation from local not remote airflow for docs building (#32464)
---
dev/README_RELEASE_PROVIDER_PACKAGES.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/README_RELEASE_PROVIDER_PACKAGES.md
b/dev/README_RELEASE_PROVIDER_PACKAGES.md
index 27aacafcf8..4219caf9b4 100644
--- a/dev/README_RELEASE_PROVIDER_PACKAGES.md
+++ b/dev/README_RELEASE_PROVIDER_PACKAGES.md
@@ -390,7 +390,7 @@ You will need to change it manually to see the docs
**NOTE** In order to run the publish documentation you need to activate
virtualenv where you installed
apache-airflow with doc extra:
-* `pip install 'apache-airflow[doc_gen]'`
+* `pip install '.[doc_gen]'`
If you don't have virtual env set you can do: