diff --git a/docs/sphinx/source/api/Contributors.md b/docs/sphinx/source/api/Contributors.md index c2d3f40..58f73b1 100644 --- a/docs/sphinx/source/api/Contributors.md +++ b/docs/sphinx/source/api/Contributors.md @@ -3,7 +3,7 @@ # 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)) @@ -11,5 +11,6 @@ This page is generated periodically, most recently on 2026-04-29. - 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)) diff --git a/docs/sphinx/source/conf.py b/docs/sphinx/source/conf.py index de138fc..81eed4a 100644 --- a/docs/sphinx/source/conf.py +++ b/docs/sphinx/source/conf.py @@ -4,6 +4,8 @@ # list see the documentation: # https://www.sphinx-doc.org/en/master/usage/configuration.html +import modelspec + # -- Path setup -------------------------------------------------------------- import sys @@ -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 ---------------------------------------------------