Skip to content

Commit 146b714

Browse files
ranukundmgouicem
authored andcommitted
doc: updates to open source site
1 parent dac23cd commit 146b714

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

doc/rst/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
oneAPI Deep Neural Network Library Developer Guide and Reference
2-
=======================================================================
1+
oneAPI Deep Neural Network Library (oneDNN) Developer Guide and Reference
2+
=========================================================================
33

44
.. toctree::
55
:maxdepth: 1

doc/sphinx/_static/favicons.png

467 Bytes
Loading
7.24 KB
Loading

doc/sphinx/conf.py

+9-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def whereis(binary):
5151
# -- Project information -----------------------------------------------------
5252

5353
project = 'oneDNN'
54-
copyright = '2016-2024 Intel Corporation'
54+
copyright = '2016-2025 Intel Corporation'
5555
author = ''
5656

5757
# -- General configuration ---------------------------------------------------
@@ -116,6 +116,8 @@ def whereis(binary):
116116
# Add any paths that contain templates here, relative to this directory.
117117
templates_path = ['_templates']
118118

119+
source_suffix = '.rst'
120+
119121
# List of patterns, relative to source directory, that match files and
120122
# directories to ignore when looking for source files.
121123
# This pattern also affects html_static_path and html_extra_path.
@@ -135,11 +137,16 @@ def whereis(binary):
135137
html_static_path = ['_static']
136138
#html_js_files = [('dnnl.js', {'defer': 'defer'})]
137139

140+
html_logo = '_static/oneAPI-rgb-rev-100.png'
141+
html_favicon = '_static/favicons.png'
142+
138143
html_theme_options = {
139144
"repository_url": "https://github.com/uxlfoundation/oneDNN",
140145
"repository_branch": "main",
141146
"use_repository_button": True,
142-
"use_download_button": False
147+
"use_download_button": True,
148+
"path_to_docs": "doc",
149+
"use_issues_button": True
143150
}
144151

145152
mathjax3_config = {

0 commit comments

Comments
 (0)