mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Minor doc fix for superset (#6662)
This commit is contained in:
committed by
Maxime Beauchemin
parent
8051818693
commit
fafa6b4dda
@@ -50,7 +50,7 @@ master_doc = 'index'
|
||||
# General information about the project.
|
||||
project = "Apache Superset"
|
||||
copyright = 'Copyright © 2018 The Apache Software Foundation, Licensed under the Apache License, Version 2.0.'
|
||||
author = u'Maxime Beauchemin'
|
||||
author = u'Apache Superset Dev'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
@@ -226,7 +226,7 @@ latex_elements = {
|
||||
# author, documentclass [howto, manual, or own class]).
|
||||
latex_documents = [
|
||||
(master_doc, 'superset.tex', u'Superset Documentation',
|
||||
u'Maxime Beauchemin', 'manual'),
|
||||
u'Apache Superset Dev', 'manual'),
|
||||
]
|
||||
|
||||
# The name of an image file (relative to this directory) to place at the top of
|
||||
|
||||
Reference in New Issue
Block a user