Skip to content

Commit

Permalink
Merge pull request #586 from maykinmedia/fix/build-docs.1
Browse files Browse the repository at this point in the history
🚧 Still try to override the env vars
  • Loading branch information
SilviaAmAm authored Jan 6, 2025
2 parents 69ca433 + 82769dd commit 1a407f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

sys.path.insert(0, os.path.abspath("../src"))
os.environ["LOG_REQUESTS"] = "false"
os.environ["DJANGO_SETTINGS_MODULE"] = "openarchiefbeheer.conf.ci"

import openarchiefbeheer # noqa isort:skip

Expand Down

0 comments on commit 1a407f7

Please sign in to comment.