Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/sphinx/source/api/Contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
# Modelspec contributors

This page list names and Github profiles of contributors to Modelspec, listed in no particular order.
This page is generated periodically, most recently on 2026-04-29.
This page is generated periodically, most recently on 2026-05-19.

- Padraig Gleeson ([@pgleeson](https://github.com/pgleeson))
- Manifest Chakalov ([@mqnifestkelvin](https://github.com/mqnifestkelvin))
- David Turner ([@davidt0x](https://github.com/davidt0x))
- Peace Ododo ([@Onoyiza](https://github.com/Onoyiza))
- Parikshit Singh Rathore ([@parikshit14](https://github.com/parikshit14))
- Ankur Sinha ([@sanjayankur31](https://github.com/sanjayankur31))
- dependabot[bot] ([@dependabot[bot]](https://github.com/apps/dependabot))
- kmantel ([@kmantel](https://github.com/kmantel))
- Robert Vickerstaff ([@robertvi](https://github.com/robertvi))
6 changes: 4 additions & 2 deletions docs/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# list see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html

import modelspec

# -- Path setup --------------------------------------------------------------
import sys

Expand All @@ -18,9 +20,9 @@
# -- Project information -----------------------------------------------------

project = "Modelspec"
copyright = "2023, ModECI Project"
copyright = "2026, ModECI Project"
author = "ModECI Project"
release = "0.3.1"
release = modelspec.__version__

# -- General configuration ---------------------------------------------------

Expand Down
Loading