Skip to content

Commit d4e8a20

Browse files
authored
Docs: Fix typo in documentation theme (atlassian-api#659)
The documentation theme has been adapted several times. Last time it was reverted to 'alibaster' instead of 'alabaster'. Because of the typo the documentation could not be generated. Changed it to correct value.
1 parent d257367 commit d4e8a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
# The theme to use for HTML and HTML Help pages. See the documentation for
6868
# a list of builtin themes.
6969
#
70-
html_theme = "alibaster"
70+
html_theme = "alabaster"
7171
html_theme_options = {
7272
"rightsidebar": "false",
7373
}

0 commit comments

Comments
 (0)