From b8d5e84d13074c6a2c1597cda23788a50a443db2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81kos=20G=C3=A1ngoly?= Date: Fri, 9 Oct 2020 16:06:56 +0200 Subject: [PATCH] Update finish.rst sphinx-autoapi was updated --- finish.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/finish.rst b/finish.rst index f07e514..bdc8a8e 100644 --- a/finish.rst +++ b/finish.rst @@ -104,7 +104,7 @@ Then add it to your Sphinx project's ``conf.py``: # Document Python Code autoapi_type = 'python' - autoapi_dir = '../src' + autoapi_dirs = ['../src'] AutoAPI will automatically add itself to the last TOCTree in your top-level ``index.rst``. @@ -167,4 +167,4 @@ And a rendered example: crunchy, now would it?" "Gannet Ripple", 1.99, "On a stick!" -Go ahead and try it yourself! \ No newline at end of file +Go ahead and try it yourself!