Skip to content

Commit b625dc9

Browse files
author
Jeff Larkin
committed
Style tweaks
1 parent 7ab050c commit b625dc9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.readthedocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ python:
1616

1717
# Build documentation in the docs/ directory with Sphinx
1818
sphinx:
19-
builder: singlehtml
2019
configuration: conf.py

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = 'OpenACC Programming and Best Practices Guide'
21-
copyright = '2020, OpenACC.org'
21+
copyright = '2023, OpenACC.org'
2222
author = 'OpenACC.org'
2323

2424

@@ -51,7 +51,7 @@
5151
# The theme to use for HTML and HTML Help pages. See the documentation for
5252
# a list of builtin themes.
5353
#
54-
html_theme = 'default'
54+
html_theme = 'sphinx_rtd_theme'
5555

5656
# Add any paths that contain custom static files (such as style sheets) here,
5757
# relative to this directory. They are copied after the builtin static files,

0 commit comments

Comments
 (0)