Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 2bd72d6

Browse files
committed
revert back to sphinx_rtd_theme
1 parent ca6f386 commit 2bd72d6

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
# The theme to use for HTML and HTML Help pages. See the documentation for
8787
# a list of builtin themes.
8888
#
89-
html_theme = "alabaster"
89+
html_theme = "sphinx_rtd_theme"
9090

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

noxfile.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -659,8 +659,7 @@ def docs(session):
659659
"sphinxcontrib-qthelp==1.0.3",
660660
"sphinxcontrib-serializinghtml==1.1.5",
661661
"sphinx==4.5.0",
662-
"alabaster",
663-
"recommonmark",
662+
"sphinx-rtd-theme",
664663
)
665664

666665
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
@@ -695,8 +694,7 @@ def docfx(session):
695694
"sphinxcontrib-qthelp==1.0.3",
696695
"sphinxcontrib-serializinghtml==1.1.5",
697696
"gcp-sphinx-docfx-yaml",
698-
"alabaster",
699-
"recommonmark",
697+
"sphinx-rtd-theme",
700698
)
701699

702700
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)

0 commit comments

Comments
 (0)