summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleksis Fraga Menéndez <44526468+oleksis@users.noreply.github.com>2023-02-06 21:07:01 -0500
committerGitHub <noreply@github.com>2023-02-06 18:07:01 -0800
commitda9f201ebcd4cf915b1ba07fa4bfbb3cb90547a9 (patch)
tree53054bba7b1f01ff6651ffd62f470953c730fcd8
parent2a56eb219d9514886c25450fdae84c128ebe7afe (diff)
downloadvirtualenv-da9f201ebcd4cf915b1ba07fa4bfbb3cb90547a9.tar.gz
Fix HTML title docs (#2500)
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index d7d624b..d432c3e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -29,7 +29,7 @@ project = name
today_fmt = "%B %d, %Y"
html_theme = "furo"
-html_title, html_last_updated_fmt = "tox", datetime.now().isoformat()
+html_title, html_last_updated_fmt = project, datetime.now().isoformat()
pygments_style, pygments_dark_style = "sphinx", "monokai"
html_static_path, html_css_files = ["_static"], ["custom.css"]