Sphinx is a popular documentation generator for Python projects. It's often used to create documentation for Python packages, libraries, and frameworks. Sphinx uses reStructuredText format to write ...
In airflow we like to run with -W flag (to turn warnings in to errors) and we are "stuck" on 1.0.0 for various reasons. (One day soon we'll be able to upgrade!) This was actually an error/warning that ...