mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix incorrect reference to `--config-dir` in the documentation (#13148)
The correct argument name is ``--conf-dir``.
This commit is contained in:
committed by
GitHub
parent
ddd5aede23
commit
6a8d70a2fd
@@ -141,7 +141,7 @@ Options
|
||||
.. versionchanged:: 6.2
|
||||
Add ``--jobs`` long option.
|
||||
|
||||
.. option:: -c path, --config-dir path
|
||||
.. option:: -c path, --conf-dir path
|
||||
|
||||
Don't look for the :file:`conf.py` in the source directory, but use the given
|
||||
configuration directory instead. Note that various other files and paths
|
||||
@@ -152,7 +152,7 @@ Options
|
||||
.. versionadded:: 0.3
|
||||
|
||||
.. versionchanged:: 7.3
|
||||
Add ``--config-dir`` long option.
|
||||
Add ``--conf-dir`` long option.
|
||||
|
||||
.. option:: -C, --isolated
|
||||
|
||||
|
||||
Reference in New Issue
Block a user