Repository: incubator-airflow Updated Branches: refs/heads/master ffe6162f2 -> b13cd6db9
[AIRFLOW-1290] set docs author to 'Apache Airflow' Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/92792e47 Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/92792e47 Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/92792e47 Branch: refs/heads/master Commit: 92792e472cf5c5084bb43b9549772a37e3c61149 Parents: ffe6162 Author: Maxime Beauchemin <[email protected]> Authored: Wed Jun 7 13:54:00 2017 -0700 Committer: Maxime Beauchemin <[email protected]> Committed: Wed Jun 7 13:54:00 2017 -0700 ---------------------------------------------------------------------- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/92792e47/docs/conf.py ---------------------------------------------------------------------- diff --git a/docs/conf.py b/docs/conf.py index c462847..6c84fcd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -224,7 +224,7 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ ('index', 'Airflow.tex', u'Airflow Documentation', - u'Maxime Beauchemin', 'manual'), + u'Apache Airflow', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -254,7 +254,7 @@ latex_documents = [ # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'airflow', u'Airflow Documentation', - [u'Maxime Beauchemin'], 1) + [u'Apache Airflow'], 1) ] # If true, show URL addresses after external links. @@ -268,7 +268,7 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [( 'index', 'Airflow', u'Airflow Documentation', - u'Maxime Beauchemin', 'Airflow', + u'Apache Airflow', 'Airflow', 'Airflow is a system to programmaticaly author, schedule and monitor data pipelines.', 'Miscellaneous' ),]
