@@ -51,7 +51,7 @@ def whereis(binary):
51
51
# -- Project information -----------------------------------------------------
52
52
53
53
project = 'oneDNN'
54
- copyright = '2016-2024 Intel Corporation'
54
+ copyright = '2016-2025 Intel Corporation'
55
55
author = ''
56
56
57
57
# -- General configuration ---------------------------------------------------
@@ -116,6 +116,8 @@ def whereis(binary):
116
116
# Add any paths that contain templates here, relative to this directory.
117
117
templates_path = ['_templates' ]
118
118
119
+ source_suffix = '.rst'
120
+
119
121
# List of patterns, relative to source directory, that match files and
120
122
# directories to ignore when looking for source files.
121
123
# This pattern also affects html_static_path and html_extra_path.
@@ -135,11 +137,16 @@ def whereis(binary):
135
137
html_static_path = ['_static' ]
136
138
#html_js_files = [('dnnl.js', {'defer': 'defer'})]
137
139
140
+ html_logo = '_static/oneAPI-rgb-rev-100.png'
141
+ html_favicon = '_static/favicons.png'
142
+
138
143
html_theme_options = {
139
144
"repository_url" : "https://github.com/uxlfoundation/oneDNN" ,
140
145
"repository_branch" : "main" ,
141
146
"use_repository_button" : True ,
142
- "use_download_button" : False
147
+ "use_download_button" : True ,
148
+ "path_to_docs" : "doc" ,
149
+ "use_issues_button" : True
143
150
}
144
151
145
152
mathjax3_config = {
0 commit comments