mirror of https://github.com/mamba-org/mamba.git
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:
parent
df9a2dcc77
commit
db5f6de8f2
|
@ -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.
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue