mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-27 15:35:18 +00:00
Break a long line
This commit is contained in:
parent
aa1e6b0f75
commit
d688072990
@ -128,8 +128,8 @@ def update_site(env):
|
|||||||
# Fix a broken link in index.rst.
|
# Fix a broken link in index.rst.
|
||||||
index = os.path.join(target_doc_dir, 'index.rst')
|
index = os.path.join(target_doc_dir, 'index.rst')
|
||||||
with rewrite(index) as b:
|
with rewrite(index) as b:
|
||||||
b.data = b.data.replace('doc/latest/index.html#format-string-syntax',
|
b.data = b.data.replace(
|
||||||
'syntax.html')
|
'doc/latest/index.html#format-string-syntax', 'syntax.html')
|
||||||
# Build the docs.
|
# Build the docs.
|
||||||
html_dir = os.path.join(env.build_dir, 'html')
|
html_dir = os.path.join(env.build_dir, 'html')
|
||||||
if os.path.exists(html_dir):
|
if os.path.exists(html_dir):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user