Skip to content

Commit 38e3811

Browse files
author
Vasileios Karakasis
authored
Merge pull request #1244 from vkarak/docs/reframe-logo
[doc] Add ReFrame logo to the documentation
2 parents 647edeb + 1a058fa commit 38e3811

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
Lines changed: 3 additions & 0 deletions
Loading

docs/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,12 @@
136136
# 'show_on_github_url' : 'https://github.com/sphinx-doc/sphinx/issues/2386'
137137
}
138138

139+
html_theme_options = {
140+
'logo_only': True
141+
}
142+
html_logo = "_static/img/reframe-logo-dark-bg.svg"
143+
144+
139145
#autodoc_default_flags=['members', 'undoc-members', 'private-members', 'special-members', 'inherited-members', 'show-inheritance']
140146
#autodoc_default_flags=['members', 'undoc-members', 'inherited-members', 'show-inheritance']
141147
autodoc_default_flags = ['members']

reframe/core/pipeline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,8 +454,8 @@ class RegressionTest(metaclass=RegressionTestMeta):
454454
#:
455455
#: Time duration is specified as of the :attr:`time_limit` attribute.
456456
#:
457-
#: :type: :class:`str` or :class:`datetime.timedelta``
458-
#: :default: :class:`None
457+
#: :type: :class:`str` or :class:`datetime.timedelta`
458+
#: :default: :class:`None`
459459
#:
460460
#: .. note::
461461
#: .. versionchanged:: 3.0

0 commit comments

Comments
 (0)