Skip to content

Commit 7109646

Browse files
committed
docs: Add alabaster theme options and GitHub/Travis links
1 parent 9742ccd commit 7109646

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/conf.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88
version = "0.2"
99
copyright = "{}, {}".format(time.strftime("%Y"), author)
1010

11+
html_theme = "alabaster"
12+
html_theme_options = {
13+
"github_repo": "sphinx-multiversion",
14+
"github_user": "Holzhaus",
15+
"github_banner": True,
16+
"github_button": True,
17+
"travis_button": True,
18+
"show_relbar_bottom": True,
19+
}
1120
html_last_updated_fmt = "%c"
1221
master_doc = "index"
1322
pygments_style = "friendly"

0 commit comments

Comments
 (0)