We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c17843e commit 96b2defCopy full SHA for 96b2def
5 files changed
.readthedocs.yaml
@@ -0,0 +1,17 @@
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
.readthedocs.yml
docs/conf.py
@@ -26,6 +26,7 @@
26
author = 'igo95862'
27
source_suffix = '.rst'
28
extensions = ['sdbus.autodoc']
29
+html_theme = "sphinx_rtd_theme"
30
31
autoclass_content = 'both'
32
autodoc_typehints = 'description'
docs/requirements.txt
@@ -0,0 +1,4 @@
+sphinx_rtd_theme
+sdbus>=0.12.0
requirements.txt
0 commit comments