Skip to content

Commit

Permalink
Fix HTML title docs (#2500)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksis authored Feb 7, 2023
1 parent 2a56eb2 commit da9f201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
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"]

Expand Down

0 comments on commit da9f201

Please sign in to comment.