Skip to content

Commit

Permalink
Update spec theme to be consistent with rest of oneAPI documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
zackwaters committed Dec 14, 2022
1 parent 24a6126 commit 5c5df97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/templates/conf.py.mako
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# -- Project information -----------------------------------------------------

project = u'Level Zero Specification'
copyright = u'2020, Intel'
copyright = u'2022, Intel'
author = u'Intel'

# The short X.Y version
Expand Down Expand Up @@ -85,7 +85,7 @@ pygments_style = None
# 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 = 'sphinx_book_theme'

# 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
Expand Down
2 changes: 1 addition & 1 deletion third_party/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ six==1.13.0
snowballstemmer==2.0.0
soupsieve==1.9.5
Sphinx==4.5.0
sphinx-rtd-theme==1.0.0
sphinx-book-theme==0.2.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
Expand Down

0 comments on commit 5c5df97

Please sign in to comment.