"""Next generation theme config"""

from django.apps import AppConfig


class ThemeConfig(AppConfig):
    name = "readthedocsext.theme"
