File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121sys .path .insert (0 , os .path .dirname (here ))
2222sys .path .insert (0 , os .path .join (os .path .dirname (here ), 'example' ))
2323
24- os .environ ['DJANGO_SETTINGS_MODULE' ] = 'example.settings.dev '
24+ os .environ ['DJANGO_SETTINGS_MODULE' ] = 'oauth2_provider.tests.settings '
2525import oauth2_provider
2626
2727# -- General configuration -----------------------------------------------------
@@ -109,7 +109,7 @@ def get_version(package):
109109
110110# The theme to use for HTML and HTML Help pages. See the documentation for
111111# a list of builtin themes.
112- html_theme = 'default '
112+ html_theme = 'classic '
113113
114114# Theme options are theme-specific and customize the look and feel of a theme
115115# further. For a list of options available for each theme, see the
You can’t perform that action at this time.
0 commit comments