commit: 79efbccf4a7517ab461e939cc2fb5829ed505627 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Jan 18 17:23:46 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Jan 18 17:23:46 2025 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=79efbccf
doc/conf.py: fix black formatting Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> doc/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 1cea8812..eb496323 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -12,10 +12,12 @@ # serve to show the default. import sys, os -sys.path.insert(0, os.path.join(os.path.dirname(__file__), '../src')) + +sys.path.insert(0, os.path.join(os.path.dirname(__file__), "../src")) # make the argument parser emit docs import snakeoil.cli.arghparse + snakeoil.cli.arghparse._generate_docs = True # -- General configuration -----------------------------------------------------
