Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update conf.py to include Code of Conduct link to footer #324

Merged
merged 11 commits into from
Jul 31, 2024
Merged
1 change: 1 addition & 0 deletions _templates/code_of_conduct.html
Original file line number Diff line number Diff line change
@@ -0,0 +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>
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"show_toc_level": 1,
# "navbar_align": "left", # [left, content, right] For testing that the navbar items align properly
"github_url": "https://github.com/pyopensci/python-package-guide",
"footer_start": ["copyright"],
"footer_start": ["code_of_conduct", "copyright"],
"footer_end": [],
}

Expand Down
Loading