1% LaTeX documentation title page
2%
3% Copyright (c) 2021 Nordic Semiconductor ASA
4% SPDX-License-Identifier: Apache-2.0
5
6\makeatletter
7\newgeometry{top=3cm,left=0cm,right=0cm,bottom=2.5cm}
8
9\backgroundsetup{
10    scale=2.3,
11    contents={\sphinxlogo},
12    opacity=0.2,
13    angle=0,
14    position={0.25\textwidth,-0.4\textheight}
15}
16
17\BgThispage
18
19\begin{minipage}{2cm}
20    \color{bg-color} \rule{2cm}{1.7cm}
21\end{minipage}
22\hspace{0.2cm}
23\begin{minipage}{3cm}
24    \sphinxlogo
25\end{minipage}
26\hspace{0.2cm}
27\begin{minipage}{15cm}
28    \Huge \textbf{\@title}\\
29    \LARGE \py@release\releaseinfo
30\end{minipage}
31
32\vspace{21cm}
33
34\begin{flushright}
35    \begin{minipage}{7cm}
36        \large \@author\\\@date
37    \end{minipage}
38    \begin{minipage}{1.5cm}
39        \color{bg-color} \rule{1.5cm}{1.3cm}
40    \end{minipage}
41\end{flushright}
42
43\restoregeometry
44\makeatother