diff --git a/.readthedocs.yml b/.readthedocs.yml index ae72745..407a47d 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.9" + python: "3.11" jobs: post_create_environment: # Install poetry diff --git a/docs/conf.py b/docs/conf.py index 51e27b4..4633768 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,8 +7,8 @@ # -- Project information ----------------------------------------------------- project = u"passwordler" -copyright = u"2024, Kiersten Gilberg, Michelle Hunn, YRory Whitete, Yiwei Zhang" -author = u"Kiersten Gilberg, Michelle Hunn, YRory Whitete, Yiwei Zhang" +copyright = u"2024, Kiersten Gilberg, Michelle Hunn, Rory White, Yiwei Zhang" +author = u"Kiersten Gilberg, Michelle Hunn, Rory White, Yiwei Zhang" # -- General configuration ---------------------------------------------------