From 8f4324968de95479659543105f960276dd124a1e Mon Sep 17 00:00:00 2001 From: Olivia Appleton Date: Sun, 29 Dec 2024 20:53:37 -0600 Subject: [PATCH] add creator tag (experimental) --- docs/conf.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 83e701d5..f18d0e31 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,8 +22,12 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html project = 'Euler' -copyright = '2024, Olivia Appleton' -author = 'Olivia Appleton' +copyright = '2024, Olivia Appleton-Crocker' +author = 'Olivia Appleton-Crocker' +rst_prolog = """ +.. meta:: + :fediverse:creator: @LivInTheLookingGlass@tech.lgbt +""" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration