diff --git a/doc/rst/index.rst b/doc/rst/index.rst index 8cdad3d559d..9a0e3d232c1 100644 --- a/doc/rst/index.rst +++ b/doc/rst/index.rst @@ -1,5 +1,5 @@ -oneAPI Deep Neural Network Library Developer Guide and Reference -======================================================================= +oneAPI Deep Neural Network Library (oneDNN) Developer Guide and Reference +========================================================================= .. toctree:: :maxdepth: 1 diff --git a/doc/sphinx/_static/favicons.png b/doc/sphinx/_static/favicons.png new file mode 100644 index 00000000000..f450376b19e Binary files /dev/null and b/doc/sphinx/_static/favicons.png differ diff --git a/doc/sphinx/_static/oneAPI-rgb-rev-100.png b/doc/sphinx/_static/oneAPI-rgb-rev-100.png new file mode 100644 index 00000000000..58d2d5c54e5 Binary files /dev/null and b/doc/sphinx/_static/oneAPI-rgb-rev-100.png differ diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index 0ab47be9f06..a512c72b941 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -51,7 +51,7 @@ def whereis(binary): # -- Project information ----------------------------------------------------- project = 'oneDNN' -copyright = '2016-2024 Intel Corporation' +copyright = '2016-2025 Intel Corporation' author = '' # -- General configuration --------------------------------------------------- @@ -116,6 +116,8 @@ def whereis(binary): # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] +source_suffix = '.rst' + # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path. @@ -135,11 +137,16 @@ def whereis(binary): html_static_path = ['_static'] #html_js_files = [('dnnl.js', {'defer': 'defer'})] +html_logo = '_static/oneAPI-rgb-rev-100.png' +html_favicon = '_static/favicons.png' + html_theme_options = { "repository_url": "https://github.com/uxlfoundation/oneDNN", "repository_branch": "main", "use_repository_button": True, - "use_download_button": False + "use_download_button": True, + "path_to_docs": "doc", + "use_issues_button": True } mathjax3_config = {