]> git.agnieray.net Git - galette.git/commitdiff
Fix apidocs' logo and favicon
authorGuillaume AGNIERAY <dev@agnieray.net>
Mon, 13 Mar 2023 13:59:43 +0000 (14:59 +0100)
committerJohan Cwiklinski <johan@x-tnd.be>
Mon, 13 Mar 2023 17:40:41 +0000 (18:40 +0100)
galette/docs/Doxyfile
galette/docs/conf.py

index da84c1b630df55aa1569597a30705f79a2becc9e..48fdfe26c4f660348429c7dd0ab789ca282d2910 100644 (file)
@@ -51,7 +51,7 @@ PROJECT_BRIEF          = "Gestionnaire d’Adhérents en Ligne Extrêmement Tara
 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
 # the logo to the output directory.
 
-PROJECT_LOGO           = ../webroot/themes/default/images/galette.png
+PROJECT_LOGO           = ../../ui/images/galette.png
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
 # into which the generated documentation will be written. If a relative path is
@@ -1207,7 +1207,7 @@ HTML_EXTRA_STYLESHEET  = doxygen-awesome.css doxygen-awesome-sidebar-only.css cu
 # files will be copied as-is; there are no commands or markers available.
 # This tag requires that the tag GENERATE_HTML is set to YES.
 
-HTML_EXTRA_FILES       = ../webroot/themes/default/images/favicon.png \
+HTML_EXTRA_FILES       = ../../ui/images/favicon.png \
                          fonts/ptsans-regular-webfont.woff2 \
                          fonts/ptsans-bold-webfont.woff2 \
                          fonts/ptsans-bolditalic-webfont.woff2 \
index adc9cf6859ba5b9e4195e1caf1eba2c0c046a59e..8b10a120283ce2f05d62ae958522ce0f4524bdb3 100644 (file)
@@ -18,7 +18,7 @@
 # -- Project information -----------------------------------------------------
 
 project = 'Galette API'
-copyright = '2020, Johan Cwiklinski'
+copyright = '2023, Johan Cwiklinski'
 author = 'Johan Cwiklinski'
 
 import subprocess
@@ -27,7 +27,7 @@ subprocess.call('doxygen', shell=True)
 master_doc = 'index'
 
 # The full version, including alpha/beta/rc tags
-release = '0.9.4.1'
+release = '1.0.0'
 
 
 # -- General configuration ---------------------------------------------------