hamedhsn commented on PR #22253: URL: https://github.com/apache/airflow/pull/22253#issuecomment-1880820881
> > If I could run that locally it would have been much faster to test. > > You can. > > See the output of the failed build It contains detailed instructions right after the error message. And our contrbution documentation https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#id7 contains a chapter conveniently named "documentation" which has links to the docs that explain how you can run docs building locally @potiuk its not that straightforward, after breeze installation when I run `breeze build-docs cncf.kubernetes` it fails with this kind of error ``` . . . ------------------------------ Error 44 -------------------- WARNING: toctree contains reference to nonexisting document '_api/tests/system/providers/cncf/kubernetes/index' File path: apache-airflow-providers-cncf-kubernetes/index.rst (49) 44 | 45 | Configuration <configurations-ref> 46 | CLI <cli-ref> 47 | Python API <_api/airflow/providers/cncf/kubernetes/index> 48 | > 49 | .. toctree:: 50 | :hidden: 51 | :maxdepth: 1 52 | :caption: System tests 53 | 54 | System Tests <_api/tests/system/providers/cncf/kubernetes/index> ############################## End docs build errors summary ############################## The documentation has errors. #################### Packages errors summary #################### Package name Count of doc build errors Count of spelling errors ------------------------------------------------- --------------------------- -------------------------- apache-airflow-providers-cncf-kubernetes 44 0 ################################################## ``` -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org