File tree Expand file tree Collapse file tree 5 files changed +22
-7
lines changed Expand file tree Collapse file tree 5 files changed +22
-7
lines changed Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: LGPL-2.1-or-later
2+ # SPDX-FileCopyrightText: 2024 igo95862
3+ ---
4+
5+ version : 2
6+
7+ build :
8+ os : " ubuntu-22.04"
9+ tools :
10+ python : " 3.9"
11+
12+ sphinx :
13+ configuration : " docs/conf.py"
14+
15+ python :
16+ install :
17+ - requirements : docs/requirements.txt
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2626author = 'igo95862'
2727source_suffix = '.rst'
2828extensions = ['sdbus.autodoc' ]
29+ html_theme = "sphinx_rtd_theme"
2930
3031autoclass_content = 'both'
3132autodoc_typehints = 'description'
Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: LGPL-2.1-or-later
2+ # SPDX-FileCopyrightText: 2024 igo95862
3+ sphinx_rtd_theme
4+ sdbus >= 0.12.0
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments