From 0a8e3f5087a332a17ccb34e2d138f3323eaffa33 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Tue, 20 Mar 2018 22:58:21 +0900 Subject: [PATCH] Fix #4724: doc: an example of autogen is incorrect --- doc/man/sphinx-autogen.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/sphinx-autogen.rst b/doc/man/sphinx-autogen.rst index 49a8220d0..ef84afcb9 100644 --- a/doc/man/sphinx-autogen.rst +++ b/doc/man/sphinx-autogen.rst @@ -73,7 +73,7 @@ If you run the following: .. code-block:: bash - $ sphinx-autodoc doc/index.rst + $ PYTHONPATH=. sphinx-autodoc doc/index.rst then the following stub files will be created in ``docs``::