Fix #2892: Added `-a (--append-syspath) option to sphinx-apidoc`

This commit is contained in:
Takeshi KOMIYA
2016-08-24 23:55:15 +09:00
parent b8807ed9f9
commit 5682dbf937
5 changed files with 21 additions and 0 deletions
+4
View File
@@ -458,6 +458,10 @@ The :program:`sphinx-apidoc` script has several options:
This option makes sphinx-apidoc put module documentation before submodule
documentation.
.. option:: -a
Append module_path to sys.path.
.. option:: -H project
Sets the project name to put in generated files (see :confval:`project`).