Skip to content

Commit 7a96af7

Browse files
committed
fixed reference to example package
1 parent a9079d0 commit 7a96af7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
sys.path.insert(0, os.path.dirname(here))
2222
sys.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'
2525
import 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

0 commit comments

Comments
 (0)