Skip to content

Commit 0b6620a

Browse files
authored
Update conf.py
Closes #322 Updated conf.py file to include direct URL to Code of Conduct in the footer of all pages as mentioned in issue #322
1 parent e79a410 commit 0b6620a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@
109109
"show_toc_level": 1,
110110
# "navbar_align": "left", # [left, content, right] For testing that the navbar items align properly
111111
"github_url": "https://github.com/pyopensci/python-package-guide",
112-
"footer_start": ["pyOpensci is dedicated to creating a welcoming, supportive and diverse community around the open source Python tools that drive open science. Our <a href="https://www.pyopensci.org/handbook/CODE_OF_CONDUCT.html" target="_blank">Code of Conduct</a> defines expected behavior and guidelines that help create such a community."],
113-
"footer_end": ["copyright"],
112+
"footer_start": ["copyright", "pyOpensci is dedicated to creating a welcoming, supportive and diverse community around the open source Python tools that drive open science. Our <a href="https://www.pyopensci.org/handbook/CODE_OF_CONDUCT.html" target="_blank">Code of Conduct</a> defines expected behavior and guidelines that help create such a community."],
113+
"footer_end": [],
114114
}
115115

116116
html_context = {

0 commit comments

Comments
 (0)