We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e627c commit ae2b7f3Copy full SHA for ae2b7f3
README.rst
@@ -22,7 +22,14 @@ https://tmuxp.git-pull.com, etc.
22
Config options
23
--------------
24
25
-(Inside *conf.py*)
+Theme variables
26
+"""""""""""""""
27
+
28
+To see a full list of options passible to HTML templates, see
29
+``theme.conf``. Not all of these options are used in the theme itself,
30
+but to let ``html_theme_options`` pass them through, if you want.
31
32
+To configure, *conf.py*:
33
34
*html_theme_options* example:
35
@@ -41,7 +48,8 @@ Config options
41
48
For an example of ``html_theme_options['projects']`` see the
42
49
*alagitpull/__init__.py* file.
43
50
44
-Variables:
51
+Variables
52
+"""""""""
45
53
46
54
*alagitpull_external_hosts_new_window* (boolean, default: False): check if link
47
55
is external domain/IP. If so, open in new window.
0 commit comments