Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
Closes pyOpenSci#322

Updated conf.py file to include direct URL to Code of Conduct in the footer of all pages as mentioned in issue pyOpenSci#322
  • Loading branch information
ayhanxian authored Jul 13, 2024
1 parent 63362bc commit 1c1a926
Showing 1 changed file with 1 addition and 1 deletion.
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", "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."],
"footer_start": ["copyright", "<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>"],
"footer_end": [],
}

Expand Down

0 comments on commit 1c1a926

Please sign in to comment.