mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add missing default arguments in sphinx-apidoc.rst (#11084)
Add the missing default arguments to two CLI flags, ``-l`` and ``-d``
This commit is contained in:
@@ -50,7 +50,7 @@ Options
|
||||
|
||||
.. option:: -l, --follow-links
|
||||
|
||||
Follow symbolic links.
|
||||
Follow symbolic links. Defaults to ``False``.
|
||||
|
||||
.. option:: -n, --dry-run
|
||||
|
||||
@@ -62,7 +62,7 @@ Options
|
||||
|
||||
.. option:: -d <MAXDEPTH>
|
||||
|
||||
Maximum depth for the generated table of contents file.
|
||||
Maximum depth for the generated table of contents file. Defaults to ``4``.
|
||||
|
||||
.. option:: --tocfile
|
||||
|
||||
|
||||
Reference in New Issue
Block a user