Skip to content

Commit 684398c

Browse files
authored
Merge pull request #3 from maddiew95/maddie-doc-simplify-footer-theme
shorten to avoid precommit E501 error line too long
2 parents 7653902 + 3b389ee commit 684398c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/source/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,11 @@
245245
switcher_version = ".".join(version.split(".")[:2])
246246

247247
# Simple copyright text - HTML links are handled in pandas_footer.html template
248-
copyright = Markup(f"{datetime.now().year}, pandas via <a href=\"https://numfocus.org\">NumFOCUS, Inc.</a> Hosted by <a href=\"https://www.ovhcloud.com\">OVHcloud</a>")
248+
copyright = Markup(
249+
f"{datetime.now().year}, pandas via "
250+
"<a href=\"https://numfocus.org\">NumFOCUS, Inc.</a> "
251+
"Hosted by <a href=\"https://www.ovhcloud.com\">OVHcloud</a>"
252+
)
249253

250254
html_theme_options = {
251255
"footer_start": ["copyright"],

0 commit comments

Comments
 (0)