1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-05 20:11:08 +08:00

Update CI & add black formatter

This commit is contained in:
Jactus
2020-10-09 14:33:29 +08:00
committed by you-n-g
parent 143f3f985b
commit 7c6e5e822c
26 changed files with 194 additions and 255 deletions

View File

@@ -53,7 +53,6 @@ source_suffix = ".rst"
master_doc = "index"
# General information about the project.
project = u"QLib"
copyright = u"Microsoft"
@@ -104,8 +103,7 @@ todo_include_todos = True
#
html_theme = "sphinx_rtd_theme"
html_logo = '_static/img/logo/1.png'
html_logo = "_static/img/logo/1.png"
# Theme options are theme-specific and customize the look and feel of a theme
@@ -161,15 +159,12 @@ latex_elements = {
# The paper size ('letterpaper' or 'a4paper').
#
# 'papersize': 'letterpaper',
# The font size ('10pt', '11pt' or '12pt').
#
# 'pointsize': '10pt',
# Additional stuff for the LaTeX preamble.
#
# 'preamble': '',
# Latex figure (float) alignment
#
# 'figure_align': 'htbp',