Skip to content

Commit 55a83b6

Browse files
committed
Add note about the new design for the theme context
1 parent b051758 commit 55a83b6

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/vcs.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
Version Control System Integration
22
==================================
33

4-
If you want to integrate editing into your own theme, you will have to declare
5-
few variables inside your configuration file ``conf.py`` in the ``'html_context'``
6-
setting, for the template to use them.
4+
.. note::
5+
6+
We :doc:`plan to implement a new approach <design/theme-context>` regarding the Theme Context as a whole,
7+
although the VCS documentation page will still be valid, we prefer the users to move in that direction.
8+
9+
10+
If you want to integrate editing into your own theme, you will have to declare
11+
few variables inside your configuration file ``conf.py`` in the ``'html_context'``
12+
setting, for the template to use them.
713

814
More information can be found on `Sphinx documentation`_.
915

0 commit comments

Comments
 (0)