mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Do not overwrite user-supplied data by default when copying (#12647)
This commit is contained in:
@@ -1372,6 +1372,7 @@ Options for warning control
|
||||
* ``ref.footnote``
|
||||
* ``ref.doc``
|
||||
* ``ref.python``
|
||||
* ``misc.copy_overwrite``
|
||||
* ``misc.highlighting_failure``
|
||||
* ``toc.circular``
|
||||
* ``toc.excluded``
|
||||
@@ -1424,6 +1425,9 @@ Options for warning control
|
||||
.. versionadded:: 7.3
|
||||
Added ``toc.no_title``.
|
||||
|
||||
.. versionadded:: 8.0
|
||||
Added ``misc.copy_overwrite``.
|
||||
|
||||
|
||||
Builder options
|
||||
===============
|
||||
|
||||
Reference in New Issue
Block a user