Skip to content

Commit

Permalink
fix: build docs without apis module
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Oct 4, 2023
1 parent cd16eb1 commit b44a706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import sys, django

sys.path.insert(0, os.path.abspath("../../"))
os.environ["DJANGO_SETTINGS_MODULE"] = "apis.settings.settings_test_ci"
os.environ["DJANGO_SETTINGS_MODULE"] = "tests.settings_ci"
django.setup()

# -- General configuration ------------------------------------------------
Expand Down

0 comments on commit b44a706

Please sign in to comment.