You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2023/07/12 16:31:29 UTC

[airflow] branch main updated: Removing outdated documentations (#32559)

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 dd43b3916d Removing outdated documentations (#32559)
dd43b3916d is described below

commit dd43b3916dca9f5ed056d4dc3bfc027faba627ca
Author: Amogh Desai <am...@gmail.com>
AuthorDate: Wed Jul 12 22:01:20 2023 +0530

    Removing outdated documentations (#32559)
---
 dev/README_RELEASE_PROVIDER_PACKAGES.md | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/dev/README_RELEASE_PROVIDER_PACKAGES.md b/dev/README_RELEASE_PROVIDER_PACKAGES.md
index b4e90105d5..6157221307 100644
--- a/dev/README_RELEASE_PROVIDER_PACKAGES.md
+++ b/dev/README_RELEASE_PROVIDER_PACKAGES.md
@@ -387,22 +387,6 @@ You will need to change it manually to see the docs
 
 - Copy the documentation to the ``airflow-site`` repository
 
-**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]'
-```
-
 All providers (including overriding documentation for doc-only changes):
 
 ```shell script