You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sphinx 5 is a little bit more picky about docuementation link
errors that Sphinx 4 had. Due to lack of job dependency (fixed now
via #24866), we accidentally upgraded to Sphinx 5 in constraints
and it started to fail our builds. Fortunately the errors in docs
are very few and we can easily fix it without reverting the
constraint change.
Copy file name to clipboardExpand all lines: docs/apache-airflow-providers/operators-and-hooks-ref/index.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
Operators and Hooks Reference
20
20
=============================
21
21
22
-
Here is a list of operators and hooks that are released independently of the Airflow core. A list of core operators is available in the documentation for ``apache-airflow``: :doc:`Core Operators and Hooks Reference <operators-and-hooks-ref>`.
22
+
Here is a list of operators and hooks that are released independently of the Airflow core. A list of core operators is available in the documentation for ``apache-airflow``: :doc:`Core Operators and Hooks Reference <apache-airflow:operators-and-hooks-ref>`.
0 commit comments