-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC: Update CI to use theme similar to Py-ART. Also fixing the code t…
…o remove some warnings. (#863) * CI: Update tile image. * MNT: Update code to remove warnings. * CI: Update doc ci.yml. * FIX: Update ci.yml * FIX: Update for conda named packages. * FIX: Another attempt to fix environment. * DOC: Update to new sphinx theme. * FIX: Update data utils and plot_qc to fix issues with new environment. * FIX: Update to check where mask is True. * FIX: Remove mpl example until a fix is created.
- Loading branch information
Showing
8 changed files
with
54 additions
and
164 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
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
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 |
---|---|---|
@@ -1,17 +1,7 @@ | ||
{% extends "!layout.html" %} | ||
{% extends "pydata_sphinx_theme/layout.html" %} | ||
|
||
{% block fonts %} | ||
<style> | ||
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap'); | ||
</style> | ||
{{ super() }} | ||
{% endblock %} | ||
|
||
{% block docs_navbar %} | ||
<nav class="navbar navbar-dark navbar-expand-lg bg-arm fixed-top bd-navbar shadow" id="navbar-main"> | ||
{%- include "docs-navbar.html" %} | ||
</nav> | ||
|
||
{# Added to support a banner with an alert #} | ||
<div class="container-fluid" id="banner"></div> | ||
{% endblock %} |
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
File renamed without changes.
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