Skip to content

Commit 1c2b8ac

Browse files
committed
config Alabaster
1 parent ed65a54 commit 1c2b8ac

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

docs/source/conf.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,11 @@
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,
@@ -113,7 +117,6 @@
113117
]
114118
}
115119

116-
117120
# -- Options for HTMLHelp output ------------------------------------------
118121

119122
# Output file base name for HTML help builder.

requirements-dev.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1+
alabaster
12
flake8
23
flake8-builtins
34
flake8-comprehensions
45
flake8-import-order
56
flake8-mutable
67
flake8-print
78
flake8-quotes
8-
pycodestyle
99
mock
10+
nbsphinx
1011
psycopg2
12+
pycodestyle
1113
pymysql
1214
pytest
1315
pytest-cov
1416
sphinx
15-
nbsphinx
1617
# FIXME: I am not sure these are needed.
1718
# pysqlite
1819
# sqlite

0 commit comments

Comments
 (0)