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 2bdaf44841 fix sub-heading in 07_local_virtualenv.rst (#39995)
2bdaf44841 is described below
commit 2bdaf44841f8c8038e5d833020558b5c1a2d882d
Author: Ryan Hatter <[email protected]>
AuthorDate: Sat Jun 1 12:35:15 2024 -0400
fix sub-heading in 07_local_virtualenv.rst (#39995)
* fix sub-heading in 07_local_virtualenv.rst
* Update 07_local_virtualenv.rst
---
contributing-docs/07_local_virtualenv.rst | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/contributing-docs/07_local_virtualenv.rst
b/contributing-docs/07_local_virtualenv.rst
index d802335d83..db9eef29cf 100644
--- a/contributing-docs/07_local_virtualenv.rst
+++ b/contributing-docs/07_local_virtualenv.rst
@@ -156,7 +156,8 @@ to upgrade ``hatch`` easily as needed with:
pipx upgrade hatch
-## Using Hatch to manage your Python versions
+Using Hatch to manage your Python versions
+..........................................
You can also use hatch to install and manage airflow virtualenvs and
development
environments. For example, you can install Python 3.10 with this command:
@@ -271,7 +272,8 @@ You can clean the env by running:
More information about hatch can be found in `Hatch: Environments
<https://hatch.pypa.io/latest/environment/>`__
-## Using Hatch to build your packages
+Using Hatch to build your packages
+..................................
You can use hatch to build installable package from the airflow sources. Such
package will
include all metadata that is configured in ``pyproject.toml`` and will be
installable with pip.