From 04926eb3e35a97a2486ee3ad1128a16b1738cee4 Mon Sep 17 00:00:00 2001 From: Robert Cohn Date: Thu, 8 Apr 2021 18:20:04 -0400 Subject: [PATCH] fix build errors (#316) --- releases/Makefile | 4 ++++ releases/conf.py | 10 ++++++---- releases/index.rst | 17 +++++++++++------ releases/make.bat | 4 ++++ source/index.rst | 2 +- 5 files changed, 26 insertions(+), 11 deletions(-) diff --git a/releases/Makefile b/releases/Makefile index 7e4a05784..db80f22c2 100644 --- a/releases/Makefile +++ b/releases/Makefile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Intel Corporation +# +# SPDX-License-Identifier: MIT + # Minimal makefile for Sphinx documentation # diff --git a/releases/conf.py b/releases/conf.py index 3db60471b..606866888 100644 --- a/releases/conf.py +++ b/releases/conf.py @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2021 Intel Corporation +# +# SPDX-License-Identifier: MIT + # Configuration file for the Sphinx documentation builder. # # This file only contains a selection of the most common options. For a full @@ -27,8 +31,7 @@ # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = [ -] +extensions = [] # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. @@ -49,6 +52,5 @@ 'use_issues_button': True, 'use_edit_page_button': True, 'repository_branch': 'main', - 'single_page': True + 'single_page': True, } - diff --git a/releases/index.rst b/releases/index.rst index 9e5a43034..88e46e286 100644 --- a/releases/index.rst +++ b/releases/index.rst @@ -1,3 +1,7 @@ +.. SPDX-FileCopyrightText: 2021 Intel Corporation +.. +.. SPDX-License-Identifier: CC-BY-4.0 + .. oneAPI Specification Versions documentation master file, created by sphinx-quickstart on Thu Apr 8 09:51:39 2021. 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. - `HTML `__ `PDF `__ * - `1.0 rev 1`_ - 2020-9-14 - - `HTML `__ `PDF `__ + - `HTML `__ `PDF `__ Release Notes ------------- @@ -114,7 +118,7 @@ oneART v0.5 * The set of Advanced Ray Tracing APIs include the following, which are in active use via the IntelĀ® oneAPI Rendering Toolkit: - + * Embree * Open Volume Kernel Library * Open Image Denoise @@ -162,13 +166,14 @@ oneVPL v2.3.1 ~~~~~~~~~~~~~ * Encoding in Hyper mode. - + * New product names for platforms: - + * Code name Rocket Lake, * Code name Alder Lake S, * Code name Alder Lake P, * Code name Arctic Sound P. - + * mfx.h header file is added which includes all header files. -* Added deprecation messages (deprecation macro) to the MFXInit and MFXInitEx functions definition. +* Added deprecation messages (deprecation macro) to the MFXInit and + MFXInitEx functions definition. diff --git a/releases/make.bat b/releases/make.bat index 2119f5109..705e1bff8 100644 --- a/releases/make.bat +++ b/releases/make.bat @@ -1,3 +1,7 @@ +REM SPDX-FileCopyrightText: 2021 Intel Corporation +REM +REM SPDX-License-Identifier: MIT + @ECHO OFF pushd %~dp0 diff --git a/source/index.rst b/source/index.rst index aed1e7693..f07a72bba 100644 --- a/source/index.rst +++ b/source/index.rst @@ -30,5 +30,5 @@ for creating parallel applications: elements/oneVPL/source/index elements/oneMKL/source/index elements/oneART/source/nested-index - Releases + Releases notices