467358dcc2
This PS adds tooling and automation to automatically generate Shipyard's documentation into feature-rich HTML pages that can be hosted. To run the documentation job, simply execute: tox -e docs Shipyard's .md documentation will have to be changed to .rst in a future PS for sphinx to be able to render them into HTML. Change-Id: Iba8cfd68e4905d49cd5a1dfd39d556044efdabbd
16 lines
245 B
Plaintext
16 lines
245 B
Plaintext
# Testing
|
|
pytest==3.2.1
|
|
mock==2.0.0
|
|
testfixtures==5.1.1
|
|
apache-airflow[crypto,celery,postgres,hive,hdfs,jdbc]==1.8.1
|
|
|
|
# Linting
|
|
flake8==3.3.0
|
|
|
|
# Security scanning
|
|
bandit>=1.1.0 # Apache-2.0
|
|
|
|
# Documentation
|
|
sphinx>=1.6.2
|
|
sphinx_rtd_theme==0.2.4
|