Skip to content

Commit 30fe7fd

Browse files
authored
remove intel as author (#349)
1 parent fef2717 commit 30fe7fd

File tree

3 files changed

+0
-59
lines changed

3 files changed

+0
-59
lines changed

releases/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
project = 'oneAPI Specification Versions'
2525
copyright = '2021, Intel Corporation'
26-
author = 'Intel Corporation'
2726

2827

2928
# -- General configuration ---------------------------------------------------

source/conf.py

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626
project = u'oneAPI Specification'
2727
copyright = u'2021, Intel Corporation'
28-
author = u'Intel'
2928

3029
# The short X.Y version
3130
version = env['oneapi_version'] # noqa: F821
@@ -145,31 +144,6 @@
145144
]
146145

147146

148-
# -- Options for manual page output ------------------------------------------
149-
150-
# One entry per manual page. List of tuples
151-
# (source start file, name, description, authors, manual section).
152-
man_pages = [(master_doc, 'oneAPI-spec', u'oneAPI Specification', [author], 1)]
153-
154-
155-
# -- Options for Texinfo output ----------------------------------------------
156-
157-
# Grouping the document tree into Texinfo files. List of tuples
158-
# (source start file, target name, title, author,
159-
# dir menu entry, description, category)
160-
texinfo_documents = [
161-
(
162-
master_doc,
163-
'oneAPI-spec',
164-
u'oneAPI Specification',
165-
author,
166-
'Intel',
167-
'Specification for oneAPI software.',
168-
'Miscellaneous',
169-
),
170-
]
171-
172-
173147
# -- Options for Epub output -------------------------------------------------
174148

175149
# Bibliographic Dublin Core info.

source/conf/element_conf.py

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
# -- Project information -----------------------------------------------------
2121

2222
copyright = u'2021, Intel'
23-
author = u'Intel'
2423

2524
# The short X.Y version
2625
version = u''
@@ -116,37 +115,6 @@
116115
),
117116
]
118117

119-
# -- Options for manual page output ------------------------------------------
120-
121-
# One entry per manual page. List of tuples
122-
# (source start file, name, description, authors, manual section).
123-
man_pages = [
124-
(
125-
master_doc,
126-
project + '-spec', # noqa: F821
127-
project + u' Specification', # noqa: F821
128-
[author],
129-
1,
130-
)
131-
]
132-
133-
134-
# -- Options for Texinfo output ----------------------------------------------
135-
136-
# Grouping the document tree into Texinfo files. List of tuples
137-
# (source start file, target name, title, author,
138-
# dir menu entry, description, category)
139-
texinfo_documents = [
140-
(
141-
master_doc,
142-
project + '-spec', # noqa: F821
143-
project + u' Specification', # noqa: F821
144-
author,
145-
'Intel',
146-
'Specification for ' + project + ' software.', # noqa: F821
147-
'Miscellaneous',
148-
),
149-
]
150118

151119
# -- Options for Epub output -------------------------------------------------
152120

0 commit comments

Comments
 (0)