From 29b94e6b1db5086946398132b3acec6fde1c8588 Mon Sep 17 00:00:00 2001 From: Shahprogrammer <71475691+Shahprogrammer@users.noreply.github.com> Date: Sun, 22 Nov 2020 18:47:48 +0530 Subject: [PATCH] Update conf.py --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index b3ff641..d815f8a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ # -- General configuration --------------------------------------------------- -os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'tests.settings') +os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'docs.settings') # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones.