From 3c92f856596e2cd1e966172bf0a370676c3cf670 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Fri, 17 May 2019 15:21:09 -0400 Subject: [PATCH] Use alabaster theme everwhere. (#8021) 'sphinx_rtd_theme' is no longer installed by default. --- automl/docs/conf.py | 2 +- bigquery/docs/conf.py | 2 +- bigquery_storage/docs/conf.py | 2 +- bigtable/docs/conf.py | 2 +- logging/docs/conf.py | 2 +- redis/docs/conf.py | 2 +- securitycenter/docs/conf.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automl/docs/conf.py b/automl/docs/conf.py index f913376a74dc..eb26320f9e5e 100644 --- a/automl/docs/conf.py +++ b/automl/docs/conf.py @@ -120,7 +120,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = "sphinx_rtd_theme" +html_theme = "alabaster" # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the diff --git a/bigquery/docs/conf.py b/bigquery/docs/conf.py index c9ff82d8e72b..b3cfa267dd7d 100644 --- a/bigquery/docs/conf.py +++ b/bigquery/docs/conf.py @@ -139,7 +139,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = "sphinx_rtd_theme" +html_theme = "alabaster" # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the diff --git a/bigquery_storage/docs/conf.py b/bigquery_storage/docs/conf.py index b5f0cbb17429..9b93ad89594f 100644 --- a/bigquery_storage/docs/conf.py +++ b/bigquery_storage/docs/conf.py @@ -120,7 +120,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = "sphinx_rtd_theme" +html_theme = "alabaster" # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the diff --git a/bigtable/docs/conf.py b/bigtable/docs/conf.py index 51127e3ff14e..6fd3c053d056 100644 --- a/bigtable/docs/conf.py +++ b/bigtable/docs/conf.py @@ -120,7 +120,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = "sphinx_rtd_theme" +html_theme = "alabaster" # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the diff --git a/logging/docs/conf.py b/logging/docs/conf.py index 79ef19f4a583..ec7c3ac73fee 100644 --- a/logging/docs/conf.py +++ b/logging/docs/conf.py @@ -120,7 +120,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = "sphinx_rtd_theme" +html_theme = "alabaster" # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the diff --git a/redis/docs/conf.py b/redis/docs/conf.py index 40161d814d84..753d6bd8ef22 100644 --- a/redis/docs/conf.py +++ b/redis/docs/conf.py @@ -120,7 +120,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = "sphinx_rtd_theme" +html_theme = "alabaster" # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the diff --git a/securitycenter/docs/conf.py b/securitycenter/docs/conf.py index 60b537aac388..175430257dc4 100644 --- a/securitycenter/docs/conf.py +++ b/securitycenter/docs/conf.py @@ -120,7 +120,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = "sphinx_rtd_theme" +html_theme = "alabaster" # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the