We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e82c077 commit 6c1d251Copy full SHA for 6c1d251
docs/conf.py
@@ -35,9 +35,7 @@
35
"python": ("https://docs.python.org/", None),
36
"pytest": ("https://docs.pytest.org/en/stable/", None),
37
},
38
- linkcode_resolve=make_linkcode_resolve(
39
- libtmux, about["__github__"], src_dir="src"
40
- ),
+ linkcode_resolve=make_linkcode_resolve(libtmux, about["__github__"], src_dir="src"),
41
# Project-specific overrides
42
theme_options={
43
"announcement": (
0 commit comments