diff mbox series

[libgpiod,v2,1/3] doc: reformat conf.py with black

Message ID 20250605-rust-docs-v2-1-883a0a3872c0@linaro.org
State New
Headers show
Series doc: add rust docs | expand

Commit Message

Bartosz Golaszewski June 5, 2025, 8:13 a.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

There's one missing newline according to black so add it.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
 docs/conf.py | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/docs/conf.py b/docs/conf.py
index 6fb399dcf195bd01d1fa739de89f142672f3f16e..d89c13454baa8fbe9dab17b7c3fde6fc59b577f1 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -54,6 +54,7 @@  except ImportError:
 
 html_theme = "sphinx_rtd_theme" if sphinx_rtd_theme else "default"
 
+
 # We need to know where to put docs generated by gi-docgen but app.outdir is
 # only set once the builder is initialized. Let's delay running gi-docgen
 # until we're notified.