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 21
21
sys .path .insert (0 , os .path .dirname (here ))
22
22
sys .path .insert (0 , os .path .join (os .path .dirname (here ), 'example' ))
23
23
24
- os .environ ['DJANGO_SETTINGS_MODULE' ] = 'example.settings.dev '
24
+ os .environ ['DJANGO_SETTINGS_MODULE' ] = 'oauth2_provider.tests.settings '
25
25
import oauth2_provider
26
26
27
27
# -- General configuration -----------------------------------------------------
@@ -109,7 +109,7 @@ def get_version(package):
109
109
110
110
# The theme to use for HTML and HTML Help pages. See the documentation for
111
111
# a list of builtin themes.
112
- html_theme = 'default '
112
+ html_theme = 'classic '
113
113
114
114
# Theme options are theme-specific and customize the look and feel of a theme
115
115
# further. For a list of options available for each theme, see the
You can’t perform that action at this time.
0 commit comments