Skip to content

Commit

Permalink
Renamed 'deploy_banner' python module
Browse files Browse the repository at this point in the history
  • Loading branch information
benji-glitsos-ga committed Mar 14, 2024
1 parent 01e93df commit ff79ca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
sys.path.insert(0, os.path.abspath('.'))
from _modules import utilities
from _modules import mock_imports
from _modules import deploy_banner
from _modules import pr_preview

environment = {
"build_mode": os.environ.get("BUILD_MODE"),
Expand Down Expand Up @@ -143,7 +143,7 @@
}

if environment["build_mode"] == "pr-preview":
html_theme_options["announcement"] = deploy_banner.banner()
html_theme_options["announcement"] = pr_preview.banner()

html_context = {
"default_mode": "light",
Expand Down

0 comments on commit ff79ca4

Please sign in to comment.