-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from conda-incubator/conda-sphinx-theme
Updating to conda-sphinx-theme
- Loading branch information
Showing
5 changed files
with
32 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,7 @@ | ||
html[data-theme="light"] { | ||
--pst-color-primary: #025C02; | ||
--pst-color-secondary: #3EB049; | ||
--pst-color-link-hover: #3EB049; | ||
} | ||
|
||
html[data-theme="dark"] { | ||
--pst-color-primary: #3EB049; | ||
--pst-color-secondary: #025C02; | ||
--pst-color-link-hover: #025C02; | ||
/** | ||
* This rule is here to avoid the scrollbar appearing when this | ||
* is not hosted on ReadTheDocs | ||
*/ | ||
#rtd-footer-container { | ||
display: none; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<ul id="navbar-main-elements" class="navbar-nav"> | ||
<li class="nav-item current active"> | ||
<a class="reference internal nav-link" href="{{ pathto("index") }}">{{ project }}</a> | ||
</li> | ||
<li class="nav-item {% if project == "conda" %}current active{% endif %}"> | ||
<a class="reference internal nav-link" href="https://docs.conda.io/projects/conda/">Conda</a> | ||
</li> | ||
<li class="nav-item {% if project == "conda-build" %}current active{% endif %}"> | ||
<a class="reference internal nav-link" href="https://docs.conda.io/projects/conda-build/">Conda-build</a> | ||
</li> | ||
<li class="nav-item {% if project == "miniconda" %}current active{% endif %}"> | ||
<a class="reference internal nav-link" href="https://docs.conda.io/projects/miniconda/">Miniconda</a> | ||
</li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,4 +17,4 @@ Thank you for helping make this a welcoming, friendly community for all. | |
|
||
* Report a code of conduct incident [using a form](https://form.jotform.com/221527028480048). | ||
* Report a code of conduct incident via email: [[email protected]](mailto:[email protected]). | ||
* Contact [an individual committee member](#committee-membership) or [CoC event representative](#coc-representatives) to report an incident in confidence. | ||
* Contact [an individual committee member](https://github.com/conda-incubator/governance/blob/main/CODE_OF_CONDUCT.md#committee-membership) or [CoC event representative](https://github.com/conda-incubator/governance/blob/main/CODE_OF_CONDUCT.md#coc-representatives) to report an incident in confidence. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters