File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9191# further. For a list of options available for each theme, see the
9292# documentation.
9393#
94- # html_theme_options = {}
94+ html_theme_options = {
95+ 'logo' : 'logo.png' ,
96+ 'github_repo' : 'ODM2' ,
97+ 'github_repo' : 'ODM2PythonAPI' ,
98+ }
9599
96100# Add any paths that contain custom static files (such as style sheets) here,
97101# relative to this directory. They are copied after the builtin static files,
113117 ]
114118}
115119
116-
117120# -- Options for HTMLHelp output ------------------------------------------
118121
119122# Output file base name for HTML help builder.
Original file line number Diff line number Diff line change 1+ alabaster
12flake8
23flake8-builtins
34flake8-comprehensions
45flake8-import-order
56flake8-mutable
67flake8-print
78flake8-quotes
8- pycodestyle
99mock
10+ nbsphinx
1011psycopg2
12+ pycodestyle
1113pymysql
1214pytest
1315pytest-cov
1416sphinx
15- nbsphinx
1617# FIXME: I am not sure these are needed.
1718# pysqlite
1819# sqlite
You can’t perform that action at this time.
0 commit comments