From: Johan Cwiklinski Date: Thu, 7 Dec 2023 06:47:45 +0000 (+0100) Subject: Typo, fix copyright date and owner X-Git-Tag: 1.0.0~1 X-Git-Url: https://git.agnieray.net/?a=commitdiff_plain;h=1078b0c311caaf642262ad41620f81f88486f52f;p=galette.git Typo, fix copyright date and owner --- diff --git a/galette/docs/README.md b/galette/docs/README.md index 70cb49530..68a708964 100644 --- a/galette/docs/README.md +++ b/galette/docs/README.md @@ -9,5 +9,5 @@ To generate the documentation, just run from galette doc (current) directory: HTML files will be generated into *apidocs* directory. -API documentation is generated every night along with the nighlty archive; +API documentation is generated every night along with the nightly archive; you can see it at: https://apidoc.galette.eu diff --git a/galette/docs/source/conf.py b/galette/docs/source/conf.py index 0abaf5200..4346f2c80 100644 --- a/galette/docs/source/conf.py +++ b/galette/docs/source/conf.py @@ -12,7 +12,7 @@ subprocess.call('doxygen', shell=True) # -- Project information ----------------------------------------------------- project = 'Galette API' -copyright = '2023, Johan Cwiklinski' +copyright = '2004-2023, The Galette Team' author = 'Johan Cwiklinski' # The full version, including alpha/beta/rc tags