We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a56eb2 commit da9f201Copy full SHA for da9f201
docs/conf.py
@@ -29,7 +29,7 @@
29
today_fmt = "%B %d, %Y"
30
31
html_theme = "furo"
32
-html_title, html_last_updated_fmt = "tox", datetime.now().isoformat()
+html_title, html_last_updated_fmt = project, datetime.now().isoformat()
33
pygments_style, pygments_dark_style = "sphinx", "monokai"
34
html_static_path, html_css_files = ["_static"], ["custom.css"]
35
0 commit comments