DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
The site for the Airflow documentaiton that used to be located at pythonhosted.org is now located at http://airflow.incubator.apache.org/
...
To build the docs, run `python setup.py build_sphinx` from the main airflow project, this builds a static site under `docs/_build/html/`. You can then copy the content of this folder to root of the repo/branch mentioned above.
Alternatively, you can `cd docs; ./build.sh`
(Incomplete) List of Python packages required to build the docs:
- future
- dill
- mock
- Sphinx-PyPI-upload