Skip to content

Commit 24804ee

Browse files
authored
feat(coc): add coc to footer of packaging guide
Update conf.py to include Code of Conduct link to footer
2 parents 3fff1f5 + f354e28 commit 24804ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_templates/code_of_conduct.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>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.</p>

conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
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": ["copyright"],
112+
"footer_start": ["code_of_conduct", "copyright"],
113113
"footer_end": [],
114114
}
115115

0 commit comments

Comments
 (0)