This commit is contained in:
Maxime Beauchemin 2016-01-20 18:08:52 -08:00
parent 52e6e97262
commit 2885227050
3 changed files with 20 additions and 1 deletions

View File

@ -179,7 +179,7 @@ html_static_path = ['_static']
#html_split_index = False
# If true, links to the reST sources are added to the pages.
#html_show_sourcelink = True
html_show_sourcelink = False
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
#html_show_sphinx = True

View File

@ -21,6 +21,7 @@ python-dateutil>=2.4.2, <3.0.0
requests>=2.7.0, <3.0.0
sqlparse>=0.1.16, <0.2.0
pyhive
Sphinx-PyPI-upload
mysqlclient>=1.3.6, <2.0.0
six
sqlalchemy==1.0.8

18
setup.cfg Normal file
View File

@ -0,0 +1,18 @@
[metadata]
name = Panoramix
summary = a data exploration platform
description-file = README.md
author = Maxime Beauchemin
author-email = maximebeauchemin@gmail.com
license = Apache License, Version 2.0
[files]
packages = panoramix
[build_sphinx]
source-dir = docs/
build-dir = docs/_build
all_files = 1
[upload_sphinx]
upload-dir = docs/_build/html