Skip to content

Commit 04926eb

Browse files
authored
fix build errors (#316)
1 parent 81d0d13 commit 04926eb

File tree

5 files changed

+26
-11
lines changed

5 files changed

+26
-11
lines changed

releases/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Intel Corporation
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# Minimal makefile for Sphinx documentation
26
#
37

releases/conf.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 Intel Corporation
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# Configuration file for the Sphinx documentation builder.
26
#
37
# This file only contains a selection of the most common options. For a full
@@ -27,8 +31,7 @@
2731
# Add any Sphinx extension module names here, as strings. They can be
2832
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
2933
# ones.
30-
extensions = [
31-
]
34+
extensions = []
3235

3336
# List of patterns, relative to source directory, that match files and
3437
# directories to ignore when looking for source files.
@@ -49,6 +52,5 @@
4952
'use_issues_button': True,
5053
'use_edit_page_button': True,
5154
'repository_branch': 'main',
52-
'single_page': True
55+
'single_page': True,
5356
}
54-

releases/index.rst

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. SPDX-FileCopyrightText: 2021 Intel Corporation
2+
..
3+
.. SPDX-License-Identifier: CC-BY-4.0
4+
15
.. oneAPI Specification Versions documentation master file, created by
26
sphinx-quickstart on Thu Apr 8 09:51:39 2021.
37
You can adapt this file completely to your liking, but it should at least
@@ -57,7 +61,7 @@ under development and is labeled *provisional* until it is approved.
5761
- `HTML <https://spec.oneapi.com/versions/1.0-rev-2/>`__ `PDF <https://spec.oneapi.com/versions/1.0-rev-2/oneAPI-spec.pdf>`__
5862
* - `1.0 rev 1`_
5963
- 2020-9-14
60-
- `HTML <https://spec.oneapi.com/versions/1.0-rev-1/>`__ `PDF <https://spec.oneapi.com/versions/1.0-rev-1/oneAPI-spec.pdf>`__
64+
- `HTML <https://spec.oneapi.com/versions/1.0-rev-1/>`__ `PDF <https://spec.oneapi.com/versions/1.0-rev-1/oneAPI-spec.pdf>`__
6165

6266
Release Notes
6367
-------------
@@ -114,7 +118,7 @@ oneART v0.5
114118

115119
* The set of Advanced Ray Tracing APIs include the following, which
116120
are in active use via the Intel® oneAPI Rendering Toolkit:
117-
121+
118122
* Embree
119123
* Open Volume Kernel Library
120124
* Open Image Denoise
@@ -162,13 +166,14 @@ oneVPL v2.3.1
162166
~~~~~~~~~~~~~
163167

164168
* Encoding in Hyper mode.
165-
169+
166170
* New product names for platforms:
167-
171+
168172
* Code name Rocket Lake,
169173
* Code name Alder Lake S,
170174
* Code name Alder Lake P,
171175
* Code name Arctic Sound P.
172-
176+
173177
* mfx.h header file is added which includes all header files.
174-
* Added deprecation messages (deprecation macro) to the MFXInit and MFXInitEx functions definition.
178+
* Added deprecation messages (deprecation macro) to the MFXInit and
179+
MFXInitEx functions definition.

releases/make.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
REM SPDX-FileCopyrightText: 2021 Intel Corporation
2+
REM
3+
REM SPDX-License-Identifier: MIT
4+
15
@ECHO OFF
26

37
pushd %~dp0

source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ for creating parallel applications:
3030
elements/oneVPL/source/index
3131
elements/oneMKL/source/index
3232
elements/oneART/source/nested-index
33-
Releases <https://spec.oneapi/releases/index.html>
33+
Releases <https://spec.oneapi.com/releases/index.html>
3434
notices

0 commit comments

Comments
 (0)