File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,14 @@ https://tmuxp.git-pull.com, etc.
22
22
Config options
23
23
--------------
24
24
25
- (Inside *conf.py *)
25
+ 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 *:
26
33
27
34
*html_theme_options * example:
28
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.
You can’t perform that action at this time.
0 commit comments