Skip to content

Commit da9f201

Browse files
authored
Fix HTML title docs (#2500)
1 parent 2a56eb2 commit da9f201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
today_fmt = "%B %d, %Y"
3030

3131
html_theme = "furo"
32-
html_title, html_last_updated_fmt = "tox", datetime.now().isoformat()
32+
html_title, html_last_updated_fmt = project, datetime.now().isoformat()
3333
pygments_style, pygments_dark_style = "sphinx", "monokai"
3434
html_static_path, html_css_files = ["_static"], ["custom.css"]
3535

0 commit comments

Comments
 (0)