Skip to content

Commit

Permalink
Merge pull request #1192 from michael-wisely-gravwell/merge/v5.5.5-to…
Browse files Browse the repository at this point in the history
…-v5.5.6

chore: Merge v5.5.5 to v5.5.6
  • Loading branch information
ashnwade authored Oct 15, 2024
2 parents 4b0225c + 36db572 commit 4f5c70a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@
author = "Gravwell, Inc."
release = "v5.5.6"

# Default to localhost:8080, so the version switcher looks OK on livehtml
version_list_url = os.environ.get("VERSION_LIST_URL", "http://localhost:8000/_static/versions.json")
# Default to localhost:8000, so the version switcher looks OK on livehtml
version_list_url = os.environ.get(
"VERSION_LIST_URL", "http://localhost:8000/_static/versions.json"
)
print("Using version_list_url:", version_list_url)

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

0 comments on commit 4f5c70a

Please sign in to comment.