Skip to content

Commit 2331ac2

Browse files
authored
Fix html title after repository rename (#133)
1 parent 2b3a54b commit 2331ac2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

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

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

2828
# ----------------------------------------------------------------------------
2929

@@ -34,4 +34,4 @@
3434
rst_prolog = f"""
3535
.. |py_new| replace:: {newest}
3636
.. |py_last| replace:: {previous}
37-
"""
37+
"""

0 commit comments

Comments
 (0)