From da9f201ebcd4cf915b1ba07fa4bfbb3cb90547a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oleksis=20Fraga=20Men=C3=A9ndez?= <44526468+oleksis@users.noreply.github.com> Date: Mon, 6 Feb 2023 21:07:01 -0500 Subject: Fix HTML title docs (#2500) --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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"] -- cgit v1.2.1