Skip to content

Commit 3c92f85

Browse files
authored
Use alabaster theme everwhere. (#8021)
'sphinx_rtd_theme' is no longer installed by default.
1 parent 099fb2b commit 3c92f85

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

β€Žautoml/docs/conf.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120

121121
# The theme to use for HTML and HTML Help pages. See the documentation for
122122
# a list of builtin themes.
123-
html_theme = "sphinx_rtd_theme"
123+
html_theme = "alabaster"
124124

125125
# Theme options are theme-specific and customize the look and feel of a theme
126126
# further. For a list of options available for each theme, see the

β€Žbigquery/docs/conf.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139

140140
# The theme to use for HTML and HTML Help pages. See the documentation for
141141
# a list of builtin themes.
142-
html_theme = "sphinx_rtd_theme"
142+
html_theme = "alabaster"
143143

144144
# Theme options are theme-specific and customize the look and feel of a theme
145145
# further. For a list of options available for each theme, see the

β€Žbigquery_storage/docs/conf.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120

121121
# The theme to use for HTML and HTML Help pages. See the documentation for
122122
# a list of builtin themes.
123-
html_theme = "sphinx_rtd_theme"
123+
html_theme = "alabaster"
124124

125125
# Theme options are theme-specific and customize the look and feel of a theme
126126
# further. For a list of options available for each theme, see the

β€Žbigtable/docs/conf.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120

121121
# The theme to use for HTML and HTML Help pages. See the documentation for
122122
# a list of builtin themes.
123-
html_theme = "sphinx_rtd_theme"
123+
html_theme = "alabaster"
124124

125125
# Theme options are theme-specific and customize the look and feel of a theme
126126
# further. For a list of options available for each theme, see the

β€Žlogging/docs/conf.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120

121121
# The theme to use for HTML and HTML Help pages. See the documentation for
122122
# a list of builtin themes.
123-
html_theme = "sphinx_rtd_theme"
123+
html_theme = "alabaster"
124124

125125
# Theme options are theme-specific and customize the look and feel of a theme
126126
# further. For a list of options available for each theme, see the

β€Žredis/docs/conf.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120

121121
# The theme to use for HTML and HTML Help pages. See the documentation for
122122
# a list of builtin themes.
123-
html_theme = "sphinx_rtd_theme"
123+
html_theme = "alabaster"
124124

125125
# Theme options are theme-specific and customize the look and feel of a theme
126126
# further. For a list of options available for each theme, see the

β€Žsecuritycenter/docs/conf.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120

121121
# The theme to use for HTML and HTML Help pages. See the documentation for
122122
# a list of builtin themes.
123-
html_theme = "sphinx_rtd_theme"
123+
html_theme = "alabaster"
124124

125125
# Theme options are theme-specific and customize the look and feel of a theme
126126
# further. For a list of options available for each theme, see the

0 commit comments

Comments
 (0)