doc: add github links to documentation (#3471)

I've tried to find the github repository from the documentation, but it seems that it's not linked.

This PR adds links

- as a button in the theme
- at the top of https://mamba.readthedocs.io/en/latest/developer_zone/contributing.html

Co-authored-by: Sylvain Corlay <sylvain.corlay@gmail.com>
This commit is contained in:
Tim Hoffmann 2024-09-28 04:54:50 +02:00 committed by GitHub
parent df9a2dcc77
commit db5f6de8f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,8 @@
Contributing
==============
The mamba repository is hosted at https://github.com/mamba-org/mamba.
When contributing to this repository, it is always a good idea to first
discuss the change you wish to make via issue, email, or any other method with
the owners of this repository before making a change.

View File

@ -61,6 +61,10 @@ html_theme = "sphinx_book_theme"
html_logo = "_static/logo.png"
html_title = "documentation"
html_theme_options = {
"repository_url": "https://github.com/mamba-org/mamba",
"use_repository_button": True,
}
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,