From da1cfc16764a27195b98b692dbb68ecd2ee1987e 2020-10-21 07:00:48 From: rushabh-v Date: 2020-10-21 07:00:48 Subject: [PATCH] run darker --- diff --git a/docs/source/conf.py b/docs/source/conf.py index 82c2beb..eb5b39e 100755 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,9 +25,9 @@ if ON_RTD: tags.add('rtd') # RTD doesn't use the Makefile, so re-run autogen_{things}.py here. - for name in ('config', 'api', 'magics', 'shortcuts'): - fname = Path('autogen_{}.py'.format(name)) - fpath = (Path(__file__).parent).joinpath('..', fname) + for name in ("config", "api", "magics", "shortcuts"): + fname = Path("autogen_{}.py".format(name)) + fpath = (Path(__file__).parent).joinpath("..", fname) with open(fpath) as f: exec(compile(f.read(), fname, 'exec'), { '__file__': fpath,