Skip to content

Commit

Permalink
Revert "Fix docs build with Django 1.9"
Browse files Browse the repository at this point in the history
  • Loading branch information
obfuscurity committed Dec 8, 2015
1 parent b396c79 commit e1361f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@
from graphite import settings
settings.LOG_DIR = os.path.abspath('.')

try:
from django import setup
except ImportError:
pass
else:
setup()

# Bring in the new ReadTheDocs sphinx theme
import sphinx_rtd_theme

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ deps =
pytz
git+git://github.com/graphite-project/whisper.git#egg=whisper
git+git://github.com/graphite-project/ceres.git#egg=ceres
Django
Django<1.9
pyparsing
Sphinx
sphinx_rtd_theme
Expand Down

0 comments on commit e1361f8

Please sign in to comment.