potiuk commented on code in PR #47798:
URL: https://github.com/apache/airflow/pull/47798#discussion_r2005938844


##########
airflow-core/docs/authoring-and-scheduling/dynamic-task-mapping.rst:
##########
@@ -34,7 +34,7 @@ In its simplest form you can map over a list defined directly 
in your DAG file u
 
 If you want to see a simple usage of Dynamic Task Mapping, you can look below:
 
-.. exampleinclude:: /../../airflow/example_dags/example_dynamic_task_mapping.py
+.. exampleinclude:: 
/../../airflow-core/src/airflow/example_dags/example_dynamic_task_mapping.py

Review Comment:
   Ah yeah. It blew-up.  The problem is that (for now until I fix doc 
generation in a follow up - some time in the coming weeks) - docs are still 
prepared in "docs" folder - they are just .gitignored and copied to the old 
place to make things work like they did before (I do the same with providers). 
Main thign is that currently sphinx generted all the docs for all doc packages  
in the same tree and imports them from the same tree - so copying the rst files 
to the old place before building the docs seemed like the easiest way. I plan 
to fix it soon. 



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