Skip to content

Commit bf205ce

Browse files
author
xopherw
committed
restored files, and putting back markup
1 parent a0ada08 commit bf205ce

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

doc/source/conf.py

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@
154154
toggleprompt_offset_right = 35
155155

156156
# Add any paths that contain templates here, relative to this directory.
157-
# templates_path = ["../_templates"]
157+
# We don't want to use custom templates
158+
templates_path = []
158159

159160
# The suffix of source filenames.
160161
source_suffix = [".rst"]
@@ -244,12 +245,8 @@
244245
# only keep major.minor version number to match versions.json
245246
switcher_version = ".".join(version.split(".")[:2])
246247

247-
# Simple copyright text - HTML links are handled in pandas_footer.html template
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-
)
248+
# We have our custom "pandas_footer.html" template, using copyright for the current year
249+
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>")
253250

254251
html_theme_options = {
255252
"footer_start": ["copyright"],

0 commit comments

Comments
 (0)