Skip to content

Commit 2ce1e24

Browse files
Add html_title to conf (#127)
* Add html_title to conf * Update conf.py
1 parent d176128 commit 2ce1e24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
html_theme = 'furo'
2525
html_static_path = ['_static']
26+
html_title = 'Python Docs Transifex Automation'
2627

2728
# ----------------------------------------------------------------------------
2829

@@ -33,4 +34,4 @@
3334
rst_prolog = f"""
3435
.. |py_new| replace:: {newest}
3536
.. |py_last| replace:: {previous}
36-
"""
37+
"""

0 commit comments

Comments
 (0)