Skip to content

Commit 8be6f71

Browse files
committed
doc: document deprecated page-specific editor overrides
Signed-off-by: James Knight <git@jdknight.me>
1 parent 4747c17 commit 8be6f71

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

doc/_themes/sphinx13b/static/sphinx13b.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,10 @@ div.viewcode-block:target {
438438
border-bottom: 1px solid #ac9;
439439
}
440440

441+
span.deprecated {
442+
font-weight: bold;
443+
}
444+
441445
.contentstable {
442446
margin-left: 30px;
443447
margin: 0 auto;

doc/directives.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,11 @@ Common
214214
.. rst:directive:option:: editor: value
215215
:type: v1, v2
216216
217+
.. deprecated:: 2.14
218+
219+
Support for page-specific editor overrides will be removed in 2026
220+
as Confluence Cloud removes support for the ``v1`` editor.
221+
217222
Pages are publish with the editor type configured through the
218223
:lref:`confluence_editor` option. However, users can override the
219224
editor for a specific page using the ``editor`` metadata option.

0 commit comments

Comments
 (0)