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 5497cd16be2 Update script options and generation indentation in docs
(#64581)
5497cd16be2 is described below
commit 5497cd16be220a5e5b9ad1ed571de22cca261e95
Author: Jarek Potiuk <[email protected]>
AuthorDate: Wed Apr 1 22:35:34 2026 +0200
Update script options and generation indentation in docs (#64581)
---
.../quick-start-ide/contributors_quick_start_pycharm_intellij.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
a/contributing-docs/quick-start-ide/contributors_quick_start_pycharm_intellij.rst
b/contributing-docs/quick-start-ide/contributors_quick_start_pycharm_intellij.rst
index 7666ffc7d71..0ecdbb46d1a 100644
---
a/contributing-docs/quick-start-ide/contributors_quick_start_pycharm_intellij.rst
+++
b/contributing-docs/quick-start-ide/contributors_quick_start_pycharm_intellij.rst
@@ -93,8 +93,8 @@ Setup your project
alt="modules.xml">
</div>
- Script options
- ==============
+ Script options
+ ==============
``--python VERSION``
Choose the Python minor version for the virtualenv (e.g. ``3.12``). The
version is passed
@@ -200,8 +200,8 @@ Setup your project
$ uv run dev/ide_setup/setup_idea.py --multi-module --python 3.12
--exclude providers
- What the script generates
- =========================
+What the script generates
+=========================
* ``.idea/airflow.iml`` — root module definition with source roots
(single-module mode) or
exclude-only root module (multi-module mode).