You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains code and content that builds and publishes our pyOpenSci website. The website, [pyOpenSci](https://www.pyopensci.org/), is hosted on GitHub and
49
-
uses the [Jekyll Minimal Mistakes](https://mmistakes.github.io/minimal-mistakes/) theme. The Python packages page, contributor page and peer review team page are all updated automagically using a
50
-
GitHub action workflow that is supported by the pyosMeta Python package discussed above. The workflow runs every other week but can be triggered manually as a **workflow
51
-
dispatch**.
52
+
This repository contains code and content that builds and publishes our
53
+
pyOpenSci website. The website, [pyOpenSci](https://www.pyopensci.org/), is
54
+
hosted on GitHub and uses the [Jekyll Minimal
55
+
Mistakes](https://mmistakes.github.io/minimal-mistakes/) theme. The Python
56
+
packages page, contributor page, and peer review team page are all updated
57
+
automatically using a GitHub action workflow that is supported by the pyosMeta
58
+
Python package discussed above. The workflow runs every other week but can be
59
+
triggered manually as a **workflow dispatch**.
52
60
53
61
### Critical CI workflows in this repository
54
62
55
-
The [contributor workflow action](https://github.com/pyOpenSci/pyopensci.github.io/blob/main/.github/workflows/update-contribs-reviews.yml) is a custom GitHub
56
-
action that is used to update the following website pages:
**Platform:** Sphinx book template that builds on top of the pydata_sphinx_theme
90
102
91
-
All of our pyOpenSci Sphinx books (handbook, packaging guide, software review guide ) have been customized to match our pyOpenSci branding. This repo contains the start of a Sphinx theme that will incorporate all of our branding, so we do not have to manually apply the branding and update it individually in each repo. Instead, we can update branding in the theme and it will be applied across all of our repositories that use the theme.
103
+
All of our pyOpenSci Sphinx books (handbook, packaging guide, software review
104
+
guide) have been customized to match our pyOpenSci branding. This repo contains
105
+
the start of a Sphinx theme that will incorporate all of our branding, so we do
106
+
not have to manually apply the branding and update it individually in each repo.
107
+
Instead, we can update branding in the theme, and it will be applied across all
108
+
of our repositories that use the theme.
92
109
93
-
Creating a theme was inspired by [Chris Holdgraf's](https://chrisholdgraf.com/) 2i2c Sphinx theme.
0 commit comments