summaryrefslogtreecommitdiff
path: root/sphinx/theming.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/theming.py')
-rw-r--r--sphinx/theming.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/theming.py b/sphinx/theming.py
index cfbe74b57..819cec377 100644
--- a/sphinx/theming.py
+++ b/sphinx/theming.py
@@ -208,6 +208,7 @@ class HTMLThemeFactory:
try:
entry_point = theme_entry_points[name]
self.app.registry.load_extension(self.app, entry_point.module)
+ self.app.config.post_init_values()
return
except KeyError:
pass