This repository contains the Sphinx documentation site for the
rs3-eScience-2026 workshop:
Workshop on Research Software Supply Chain Security (RS3)
The site uses sphinx-book-theme, Markdown content via MyST, and GitHub Pages
deployment through GitHub Actions.
This is the first in a series of planned events.
Create a virtual environment and install the documentation dependencies:
python3 -m venv .venv
.venv/bin/pip install -r requirements.txtBuild the site:
.venv/bin/sphinx-build -b html docs docs/_build/htmlOpen docs/_build/html/index.html in a browser to preview the result.
- Push this repository to GitHub, ideally as
rs3-eScience-2026. - In GitHub, enable Pages and set the source to
GitHub Actions. - The workflow in
.github/workflows/pages.ymlwill build and deploy the site on pushes tomain.
The initial pages are based on the current workshop proposal. A few items are
left intentionally marked as TBD, including:
- final workshop date and venue details
- submission deadline and notification dates
- EasyChair or conference submission link
- confirmed keynote and panelists