diff --git a/docs/_static/img/reframe-logo-dark-bg.svg b/docs/_static/img/reframe-logo-dark-bg.svg new file mode 100644 index 0000000000..5987412049 --- /dev/null +++ b/docs/_static/img/reframe-logo-dark-bg.svg @@ -0,0 +1,3 @@ + + +
Frame
Frame
Re
Re
Viewer does not support full SVG 1.1
\ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 6ffe723257..06daac40a2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -136,6 +136,12 @@ # 'show_on_github_url' : 'https://github.com/sphinx-doc/sphinx/issues/2386' } +html_theme_options = { + 'logo_only': True +} +html_logo = "_static/img/reframe-logo-dark-bg.svg" + + #autodoc_default_flags=['members', 'undoc-members', 'private-members', 'special-members', 'inherited-members', 'show-inheritance'] #autodoc_default_flags=['members', 'undoc-members', 'inherited-members', 'show-inheritance'] autodoc_default_flags = ['members'] diff --git a/reframe/core/pipeline.py b/reframe/core/pipeline.py index b3310ba739..4748f00469 100644 --- a/reframe/core/pipeline.py +++ b/reframe/core/pipeline.py @@ -454,8 +454,8 @@ class RegressionTest(metaclass=RegressionTestMeta): #: #: Time duration is specified as of the :attr:`time_limit` attribute. #: - #: :type: :class:`str` or :class:`datetime.timedelta`` - #: :default: :class:`None + #: :type: :class:`str` or :class:`datetime.timedelta` + #: :default: :class:`None` #: #: .. note:: #: .. versionchanged:: 3.0