File tree Expand file tree Collapse file tree 4 files changed +20
-5
lines changed
Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: LGPL-2.1-or-later
2+ # Copyright (C) 2023 igo95862
3+ ---
4+
15version : 2
26
7+ build :
8+ os : " ubuntu-22.04"
9+ tools :
10+ python : " 3.9"
11+
12+ sphinx :
13+ configuration : " docs/conf.py"
14+
315python :
4- version : 3.8
5- install :
6- - requirements : requirements.txt
16+ install :
17+ - requirements : docs/requirements.txt
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: LGPL-2.1-or-later
22
3- # Copyright (C) 2020, 2021 igo95862
3+ # Copyright (C) 2020-2023 igo95862
44
55# This file is part of python-sdbus
66
2424author = 'igo95862'
2525source_suffix = '.rst'
2626extensions = ['sdbus.autodoc' ]
27+ html_theme = "sphinx_rtd_theme"
2728
2829autoclass_content = 'both'
2930autodoc_typehints = 'description'
Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: LGPL-2.1-or-later
2+ # Copyright (C) 2023 igo95862
3+ sphinx_rtd_theme
4+ sdbus >= 0.10.2
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments