From af6fbd06fd8b0db3bfb99bbac87e1b7b7f3e4c6b Mon Sep 17 00:00:00 2001 From: Pascal Gouedo Date: Wed, 10 Apr 2024 11:00:49 +0200 Subject: [PATCH 1/2] Updated documentation rst files headers. Signed-off-by: Pascal Gouedo --- docs/source/conf.py | 16 ++++++++-------- docs/source/control_status_registers.rst | 20 ++++++++++---------- docs/source/core_versions.rst | 16 ++++++++-------- docs/source/corev_hw_loop.rst | 16 ++++++++-------- docs/source/debug.rst | 16 ++++++++-------- docs/source/exceptions_interrupts.rst | 16 ++++++++-------- docs/source/fpu.rst | 15 ++++++++------- docs/source/glossary.rst | 16 ++++++++-------- docs/source/index.rst | 16 ++++++++-------- docs/source/instruction_fetch.rst | 16 ++++++++-------- docs/source/instruction_set_extensions.rst | 16 ++++++++-------- docs/source/integration.rst | 16 ++++++++-------- docs/source/intro.rst | 20 ++++++++++---------- docs/source/load_store_unit.rst | 16 ++++++++-------- docs/source/perf_counters.rst | 16 ++++++++-------- docs/source/pipeline.rst | 16 ++++++++-------- docs/source/preface.rst | 17 +++++++++++++++++ docs/source/register_file.rst | 16 ++++++++-------- docs/source/sleep.rst | 16 ++++++++-------- 19 files changed, 165 insertions(+), 147 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 803228d89..573f5073e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,20 +1,20 @@ # -*- coding: utf-8 -*- # -# Copyright (c) 2020 OpenHW Group -# -# Licensed under the Solderpad Hardware Licence, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. +# Copyright 2024 OpenHW Group and Dolphin Design +# SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 +# +# Licensed under the Solderpad Hardware License v 2.1 (the "License"); +# you may not use this file except in compliance with the License, or, +# at your option, the Apache License version 2.0. # You may obtain a copy of the License at # -# https://solderpad.org/licenses/ +# https://solderpad.org/licenses/SHL-2.1/ # -# Unless required by applicable law or agreed to in writing, software +# Unless required by applicable law or agreed to in writing, any work # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# -# SPDX-License-Identifier: Apache-2.0 WITH SHL-2.0 # ############################################################################### # diff --git a/docs/source/control_status_registers.rst b/docs/source/control_status_registers.rst index 28f3d2fe6..7eee4b64d 100644 --- a/docs/source/control_status_registers.rst +++ b/docs/source/control_status_registers.rst @@ -1,20 +1,20 @@ .. - Copyright (c) 2023 OpenHW Group - - Licensed under the Solderpad Hardware Licence, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. + Copyright 2024 OpenHW Group and Dolphin Design + SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 + + Licensed under the Solderpad Hardware License v 2.1 (the "License"); + you may not use this file except in compliance with the License, or, + at your option, the Apache License version 2.0. You may obtain a copy of the License at - - https://solderpad.org/licenses/ - - Unless required by applicable law or agreed to in writing, software + + https://solderpad.org/licenses/SHL-2.1/ + + Unless required by applicable law or agreed to in writing, any work distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - SPDX-License-Identifier: Apache-2.0 WITH SHL-2.0 - .. _cs-registers: Control and Status Registers diff --git a/docs/source/core_versions.rst b/docs/source/core_versions.rst index c23169985..83dbb56f6 100644 --- a/docs/source/core_versions.rst +++ b/docs/source/core_versions.rst @@ -1,19 +1,19 @@ .. - Copyright (c) 2020 OpenHW Group - - Licensed under the Solderpad Hardware Licence, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. + Copyright 2024 OpenHW Group and Dolphin Design + SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 + + Licensed under the Solderpad Hardware License v 2.1 (the "License"); + you may not use this file except in compliance with the License, or, + at your option, the Apache License version 2.0. You may obtain a copy of the License at - https://solderpad.org/licenses/ + https://solderpad.org/licenses/SHL-2.1/ - Unless required by applicable law or agreed to in writing, software + Unless required by applicable law or agreed to in writing, any work distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - SPDX-License-Identifier: Apache-2.0 WITH SHL-2.0 .. _core_versions: diff --git a/docs/source/corev_hw_loop.rst b/docs/source/corev_hw_loop.rst index 71964d2d2..01eaca33f 100644 --- a/docs/source/corev_hw_loop.rst +++ b/docs/source/corev_hw_loop.rst @@ -1,19 +1,19 @@ .. - Copyright (c) 2023 OpenHW Group - - Licensed under the Solderpad Hardware Licence, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. + Copyright 2024 OpenHW Group and Dolphin Design + SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 + + Licensed under the Solderpad Hardware License v 2.1 (the "License"); + you may not use this file except in compliance with the License, or, + at your option, the Apache License version 2.0. You may obtain a copy of the License at - https://solderpad.org/licenses/ + https://solderpad.org/licenses/SHL-2.1/ - Unless required by applicable law or agreed to in writing, software + Unless required by applicable law or agreed to in writing, any work distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - SPDX-License-Identifier: Apache-2.0 WITH SHL-2.0 .. _hwloop-specs: diff --git a/docs/source/debug.rst b/docs/source/debug.rst index b18da9699..c7e35e126 100644 --- a/docs/source/debug.rst +++ b/docs/source/debug.rst @@ -1,19 +1,19 @@ .. - Copyright (c) 2023 OpenHW Group - - Licensed under the Solderpad Hardware Licence, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. + Copyright 2024 OpenHW Group and Dolphin Design + SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 + + Licensed under the Solderpad Hardware License v 2.1 (the "License"); + you may not use this file except in compliance with the License, or, + at your option, the Apache License version 2.0. You may obtain a copy of the License at - https://solderpad.org/licenses/ + https://solderpad.org/licenses/SHL-2.1/ - Unless required by applicable law or agreed to in writing, software + Unless required by applicable law or agreed to in writing, any work distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - SPDX-License-Identifier: Apache-2.0 WITH SHL-2.0 .. _debug-support: diff --git a/docs/source/exceptions_interrupts.rst b/docs/source/exceptions_interrupts.rst index 086ce723a..91489ef09 100644 --- a/docs/source/exceptions_interrupts.rst +++ b/docs/source/exceptions_interrupts.rst @@ -1,19 +1,19 @@ .. - Copyright (c) 2023 OpenHW Group - - Licensed under the Solderpad Hardware Licence, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. + Copyright 2024 OpenHW Group and Dolphin Design + SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 + + Licensed under the Solderpad Hardware License v 2.1 (the "License"); + you may not use this file except in compliance with the License, or, + at your option, the Apache License version 2.0. You may obtain a copy of the License at - https://solderpad.org/licenses/ + https://solderpad.org/licenses/SHL-2.1/ - Unless required by applicable law or agreed to in writing, software + Unless required by applicable law or agreed to in writing, any work distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - SPDX-License-Identifier: Apache-2.0 WITH SHL-2.0 .. _exceptions-interrupts: diff --git a/docs/source/fpu.rst b/docs/source/fpu.rst index 019630a35..23245a970 100644 --- a/docs/source/fpu.rst +++ b/docs/source/fpu.rst @@ -1,18 +1,19 @@ .. - Copyright (c) 2023 OpenHW Group - - Licensed under the Solderpad Hardware Licence, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. + Copyright 2024 OpenHW Group and Dolphin Design + SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 + + Licensed under the Solderpad Hardware License v 2.1 (the "License"); + you may not use this file except in compliance with the License, or, + at your option, the Apache License version 2.0. You may obtain a copy of the License at - https://solderpad.org/licenses/ + https://solderpad.org/licenses/SHL-2.1/ - Unless required by applicable law or agreed to in writing, software + Unless required by applicable law or agreed to in writing, any work distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - SPDX-License-Identifier: Apache-2.0 WITH SHL-2.0 .. _fpu: diff --git a/docs/source/glossary.rst b/docs/source/glossary.rst index 7269f96a9..effecfa33 100644 --- a/docs/source/glossary.rst +++ b/docs/source/glossary.rst @@ -1,19 +1,19 @@ .. - Copyright (c) 2020 OpenHW Group - - Licensed under the Solderpad Hardware Licence, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. + Copyright 2024 OpenHW Group and Dolphin Design + SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 + + Licensed under the Solderpad Hardware License v 2.1 (the "License"); + you may not use this file except in compliance with the License, or, + at your option, the Apache License version 2.0. You may obtain a copy of the License at - https://solderpad.org/licenses/ + https://solderpad.org/licenses/SHL-2.1/ - Unless required by applicable law or agreed to in writing, software + Unless required by applicable law or agreed to in writing, any work distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - SPDX-License-Identifier: Apache-2.0 WITH SHL-2.0 .. _glossary: diff --git a/docs/source/index.rst b/docs/source/index.rst index 88a1283cb..a8848922a 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,19 +1,19 @@ .. - Copyright (c) 2023 OpenHW Group - - Licensed under the Solderpad Hardware Licence, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. + Copyright 2024 OpenHW Group and Dolphin Design + SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 + + Licensed under the Solderpad Hardware License v 2.1 (the "License"); + you may not use this file except in compliance with the License, or, + at your option, the Apache License version 2.0. You may obtain a copy of the License at - https://solderpad.org/licenses/ + https://solderpad.org/licenses/SHL-2.1/ - Unless required by applicable law or agreed to in writing, software + Unless required by applicable law or agreed to in writing, any work distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - SPDX-License-Identifier: Apache-2.0 WITH SHL-2.0 OpenHW Group CV32E40P User Manual ================================= diff --git a/docs/source/instruction_fetch.rst b/docs/source/instruction_fetch.rst index 2e5f77083..9624498cc 100644 --- a/docs/source/instruction_fetch.rst +++ b/docs/source/instruction_fetch.rst @@ -1,19 +1,19 @@ .. - Copyright (c) 2023 OpenHW Group - - Licensed under the Solderpad Hardware Licence, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. + Copyright 2024 OpenHW Group and Dolphin Design + SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 + + Licensed under the Solderpad Hardware License v 2.1 (the "License"); + you may not use this file except in compliance with the License, or, + at your option, the Apache License version 2.0. You may obtain a copy of the License at - https://solderpad.org/licenses/ + https://solderpad.org/licenses/SHL-2.1/ - Unless required by applicable law or agreed to in writing, software + Unless required by applicable law or agreed to in writing, any work distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - SPDX-License-Identifier: Apache-2.0 WITH SHL-2.0 .. _instruction-fetch: diff --git a/docs/source/instruction_set_extensions.rst b/docs/source/instruction_set_extensions.rst index 15513c974..1aa54bbcf 100644 --- a/docs/source/instruction_set_extensions.rst +++ b/docs/source/instruction_set_extensions.rst @@ -1,19 +1,19 @@ .. - Copyright (c) 2023 OpenHW Group - - Licensed under the Solderpad Hardware Licence, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. + Copyright 2024 OpenHW Group and Dolphin Design + SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 + + Licensed under the Solderpad Hardware License v 2.1 (the "License"); + you may not use this file except in compliance with the License, or, + at your option, the Apache License version 2.0. You may obtain a copy of the License at - https://solderpad.org/licenses/ + https://solderpad.org/licenses/SHL-2.1/ - Unless required by applicable law or agreed to in writing, software + Unless required by applicable law or agreed to in writing, any work distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - SPDX-License-Identifier: Apache-2.0 WITH SHL-2.0 .. _custom-isa-extensions: diff --git a/docs/source/integration.rst b/docs/source/integration.rst index f355d2b1d..f98e29fcd 100644 --- a/docs/source/integration.rst +++ b/docs/source/integration.rst @@ -1,19 +1,19 @@ .. - Copyright (c) 2023 OpenHW Group - - Licensed under the Solderpad Hardware Licence, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. + Copyright 2024 OpenHW Group and Dolphin Design + SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 + + Licensed under the Solderpad Hardware License v 2.1 (the "License"); + you may not use this file except in compliance with the License, or, + at your option, the Apache License version 2.0. You may obtain a copy of the License at - https://solderpad.org/licenses/ + https://solderpad.org/licenses/SHL-2.1/ - Unless required by applicable law or agreed to in writing, software + Unless required by applicable law or agreed to in writing, any work distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - SPDX-License-Identifier: Apache-2.0 WITH SHL-2.0 .. _core-integration: diff --git a/docs/source/intro.rst b/docs/source/intro.rst index 853ef357c..4db1c51b0 100644 --- a/docs/source/intro.rst +++ b/docs/source/intro.rst @@ -1,20 +1,20 @@ .. - Copyright (c) 2023 OpenHW Group - - Licensed under the Solderpad Hardware Licence, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. + Copyright 2024 OpenHW Group and Dolphin Design + SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 + + Licensed under the Solderpad Hardware License v 2.1 (the "License"); + you may not use this file except in compliance with the License, or, + at your option, the Apache License version 2.0. You may obtain a copy of the License at - - https://solderpad.org/licenses/ - - Unless required by applicable law or agreed to in writing, software + + https://solderpad.org/licenses/SHL-2.1/ + + Unless required by applicable law or agreed to in writing, any work distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - SPDX-License-Identifier: Apache-2.0 WITH SHL-2.0 - Introduction ============= diff --git a/docs/source/load_store_unit.rst b/docs/source/load_store_unit.rst index ebaf837cc..34b683377 100644 --- a/docs/source/load_store_unit.rst +++ b/docs/source/load_store_unit.rst @@ -1,19 +1,19 @@ .. - Copyright (c) 2023 OpenHW Group - - Licensed under the Solderpad Hardware Licence, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. + Copyright 2024 OpenHW Group and Dolphin Design + SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 + + Licensed under the Solderpad Hardware License v 2.1 (the "License"); + you may not use this file except in compliance with the License, or, + at your option, the Apache License version 2.0. You may obtain a copy of the License at - https://solderpad.org/licenses/ + https://solderpad.org/licenses/SHL-2.1/ - Unless required by applicable law or agreed to in writing, software + Unless required by applicable law or agreed to in writing, any work distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - SPDX-License-Identifier: Apache-2.0 WITH SHL-2.0 .. _load-store-unit: diff --git a/docs/source/perf_counters.rst b/docs/source/perf_counters.rst index bbed0c545..81e0f21f7 100644 --- a/docs/source/perf_counters.rst +++ b/docs/source/perf_counters.rst @@ -1,19 +1,19 @@ .. - Copyright (c) 2023 OpenHW Group - - Licensed under the Solderpad Hardware Licence, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. + Copyright 2024 OpenHW Group and Dolphin Design + SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 + + Licensed under the Solderpad Hardware License v 2.1 (the "License"); + you may not use this file except in compliance with the License, or, + at your option, the Apache License version 2.0. You may obtain a copy of the License at - https://solderpad.org/licenses/ + https://solderpad.org/licenses/SHL-2.1/ - Unless required by applicable law or agreed to in writing, software + Unless required by applicable law or agreed to in writing, any work distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - SPDX-License-Identifier: Apache-2.0 WITH SHL-2.0 .. _performance-counters: diff --git a/docs/source/pipeline.rst b/docs/source/pipeline.rst index 8cbf907e9..9faf965d3 100644 --- a/docs/source/pipeline.rst +++ b/docs/source/pipeline.rst @@ -1,19 +1,19 @@ .. - Copyright (c) 2023 OpenHW Group - - Licensed under the Solderpad Hardware Licence, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. + Copyright 2024 OpenHW Group and Dolphin Design + SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 + + Licensed under the Solderpad Hardware License v 2.1 (the "License"); + you may not use this file except in compliance with the License, or, + at your option, the Apache License version 2.0. You may obtain a copy of the License at - https://solderpad.org/licenses/ + https://solderpad.org/licenses/SHL-2.1/ - Unless required by applicable law or agreed to in writing, software + Unless required by applicable law or agreed to in writing, any work distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - SPDX-License-Identifier: Apache-2.0 WITH SHL-2.0 .. _pipeline-details: diff --git a/docs/source/preface.rst b/docs/source/preface.rst index f6b516214..daa3446d4 100644 --- a/docs/source/preface.rst +++ b/docs/source/preface.rst @@ -1,3 +1,20 @@ +.. + Copyright 2024 OpenHW Group and Dolphin Design + SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 + + Licensed under the Solderpad Hardware License v 2.1 (the "License"); + you may not use this file except in compliance with the License, or, + at your option, the Apache License version 2.0. + You may obtain a copy of the License at + + https://solderpad.org/licenses/SHL-2.1/ + + Unless required by applicable law or agreed to in writing, any work + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + Changelog ========= diff --git a/docs/source/register_file.rst b/docs/source/register_file.rst index 2c16e90e7..662c2882a 100644 --- a/docs/source/register_file.rst +++ b/docs/source/register_file.rst @@ -1,19 +1,19 @@ .. - Copyright (c) 2023 OpenHW Group - - Licensed under the Solderpad Hardware Licence, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. + Copyright 2024 OpenHW Group and Dolphin Design + SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 + + Licensed under the Solderpad Hardware License v 2.1 (the "License"); + you may not use this file except in compliance with the License, or, + at your option, the Apache License version 2.0. You may obtain a copy of the License at - https://solderpad.org/licenses/ + https://solderpad.org/licenses/SHL-2.1/ - Unless required by applicable law or agreed to in writing, software + Unless required by applicable law or agreed to in writing, any work distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - SPDX-License-Identifier: Apache-2.0 WITH SHL-2.0 .. _register-file: diff --git a/docs/source/sleep.rst b/docs/source/sleep.rst index cc01f4c65..0a4b793a5 100644 --- a/docs/source/sleep.rst +++ b/docs/source/sleep.rst @@ -1,19 +1,19 @@ .. - Copyright (c) 2023 OpenHW Group - - Licensed under the Solderpad Hardware Licence, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. + Copyright 2024 OpenHW Group and Dolphin Design + SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 + + Licensed under the Solderpad Hardware License v 2.1 (the "License"); + you may not use this file except in compliance with the License, or, + at your option, the Apache License version 2.0. You may obtain a copy of the License at - https://solderpad.org/licenses/ + https://solderpad.org/licenses/SHL-2.1/ - Unless required by applicable law or agreed to in writing, software + Unless required by applicable law or agreed to in writing, any work distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - - SPDX-License-Identifier: Apache-2.0 WITH SHL-2.0 .. _sleep_unit: From 2b3c047a23441b9b4bbb4de3cf81e97861bd6220 Mon Sep 17 00:00:00 2001 From: Pascal Gouedo Date: Wed, 10 Apr 2024 11:03:55 +0200 Subject: [PATCH 2/2] Added OpenHW group logo on pdf front page. Signed-off-by: Pascal Gouedo --- docs/images/openhw-landscape.png | Bin 0 -> 26149 bytes docs/source/conf.py | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100755 docs/images/openhw-landscape.png diff --git a/docs/images/openhw-landscape.png b/docs/images/openhw-landscape.png new file mode 100755 index 0000000000000000000000000000000000000000..fab0f7e7154a97825c89b5449a229cdf6ef9f963 GIT binary patch literal 26149 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 literal 0 HcmV?d00001 diff --git a/docs/source/conf.py b/docs/source/conf.py index 573f5073e..a233ce83e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -44,7 +44,7 @@ # The short X.Y version version = u'' # The full version, including alpha/beta/rc tags -release = u'' +release = u'v1.7.1' # -- General configuration --------------------------------------------------- @@ -148,6 +148,8 @@ # -- Options for LaTeX output ------------------------------------------------ +latex_logo = '../images/openhw-landscape.png' + latex_elements = { # The paper size ('letterpaper' or 'a4paper'). #