Skip to content

Commit ad4ba48

Browse files
authored
Merge pull request stac-utils#41 from azavea/rde/0.3.1
Add GitHub banner to docs page.
2 parents c3ea2b4 + 7f73243 commit ad4ba48

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/conf.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,14 @@
8888
# further. For a list of options available for each theme, see the
8989
# documentation.
9090
#
91-
html_theme_options = {}
91+
html_theme_options = {
92+
"show_powered_by": False,
93+
"github_user": "azavea",
94+
"github_repo": "pystac",
95+
"github_banner": True,
96+
"show_related": False,
97+
"note_bg": "#FFF59C",
98+
}
9299

93100
# Add any paths that contain custom static files (such as style sheets) here,
94101
# relative to this directory. They are copied after the builtin static files,

0 commit comments

Comments
 (0)