From 8e574960b7a91b218699c355d868a8ac6f66f110 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 30 Sep 2012 10:54:30 +0200 Subject: [PATCH] Moved docs/conf.py to the right place, not sure why it ended up where it was. --- docs/{ => sphinx}/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename docs/{ => sphinx}/conf.py (99%) diff --git a/docs/conf.py b/docs/sphinx/conf.py similarity index 99% rename from docs/conf.py rename to docs/sphinx/conf.py index ceeb75d2b..d6a07232e 100644 --- a/docs/conf.py +++ b/docs/sphinx/conf.py @@ -21,7 +21,7 @@ from django.core.management import setup_environ try: from game import settings except ImportError: - raise ImportError(str(sys.path)) + raise ImportError("game/ dir not found. sys.path: %s" % str(sys.path)) setup_environ(settings) # -- General configuration -----------------------------------------------------