Skip to content

Commit 92dc3cb

Browse files
committed
Remove unnecessary env var from docs conf
1 parent 997e808 commit 92dc3cb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
sys.path.insert(0, os.path.abspath("/app")) # noqa: PTH100
2424
django_settings = "config.settings.local"
2525
os.environ["DATABASE_URL"] = "sqlite:///readthedocs.db"
26-
os.environ["CELERY_BROKER_URL"] = os.getenv("REDIS_URL", "redis://redis:6379")
2726
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "config.settings.local")
2827
django.setup()
2928

0 commit comments

Comments
 (0)