potiuk edited a comment on issue #11423: URL: https://github.com/apache/airflow/issues/11423#issuecomment-731567357
Maybe - we can do better than that. Why don't we create a separate repository "apache/airflow-doc-theme" and put all the theme there ? then we can develop it separately and point to the tags/versions of the code (without even releasing it) same way as we do with airflow now: ``` pip install https://github.com/apache/airflow-doc-theme/<BRANCH_OR_TAG>.tar.gz#egg=apache-airflow-doc-theme ``` This will run setup.py locally, to build the theme. But maybe this is not as complex and can be done? The benefit is that if we decide to move it to PyPI, we can publish pre-built binary themes there similarly to NumPy prebuilt packages (PyPI accepts different variants of releases). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
