Skip to content

Commit 5c5df97

Browse files
committed
Update spec theme to be consistent with rest of oneAPI documentation.
1 parent 24a6126 commit 5c5df97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/templates/conf.py.mako

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# -- Project information -----------------------------------------------------
2222

2323
project = u'Level Zero Specification'
24-
copyright = u'2020, Intel'
24+
copyright = u'2022, Intel'
2525
author = u'Intel'
2626

2727
# The short X.Y version
@@ -85,7 +85,7 @@ pygments_style = None
8585
# The theme to use for HTML and HTML Help pages. See the documentation for
8686
# a list of builtin themes.
8787
#
88-
html_theme = 'sphinx_rtd_theme'
88+
html_theme = 'sphinx_book_theme'
8989

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

third_party/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ six==1.13.0
2525
snowballstemmer==2.0.0
2626
soupsieve==1.9.5
2727
Sphinx==4.5.0
28-
sphinx-rtd-theme==1.0.0
28+
sphinx-book-theme==0.2.0
2929
sphinxcontrib-applehelp==1.0.2
3030
sphinxcontrib-devhelp==1.0.2
3131
sphinxcontrib-htmlhelp==2.0.0

0 commit comments

Comments
 (0)