Skip to content

Commit

Permalink
fixed reference to example package
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Mar 27, 2015
1 parent a9079d0 commit 7a96af7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
sys.path.insert(0, os.path.dirname(here))
sys.path.insert(0, os.path.join(os.path.dirname(here), 'example'))

os.environ['DJANGO_SETTINGS_MODULE'] = 'example.settings.dev'
os.environ['DJANGO_SETTINGS_MODULE'] = 'oauth2_provider.tests.settings'
import oauth2_provider

# -- General configuration -----------------------------------------------------
Expand Down Expand Up @@ -109,7 +109,7 @@ def get_version(package):

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'default'
html_theme = 'classic'

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down

0 comments on commit 7a96af7

Please sign in to comment.