Skip to content

Commit

Permalink
Update conf.py (#1074)
Browse files Browse the repository at this point in the history
Explicitly set the HTML title. Otherwise the title in Google Searches becomes "Schedule a Free Strategy Consultation — pymc-marketing 0.9" which is not great
  • Loading branch information
ulfaslak authored Oct 1, 2024
1 parent ec466b9 commit 0587643
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
project = "pymc-marketing"
author = "PyMC Labs"
copyright = f"2022, {author}"
html_title = "Open Source Marketing Analytics Solution"

# The master toctree document.
master_doc = "index"
Expand Down

0 comments on commit 0587643

Please sign in to comment.