diff --git a/source/403.rst b/source/403.rst index ee99bd6..ea61040 100644 --- a/source/403.rst +++ b/source/403.rst @@ -3,7 +3,7 @@ Alerte 403 : Accès interdit =========================== -.. image:: assets/403.svg +.. galleria:: assets/403.svg :width: 70% :align: center :alt: Une personne regarde un écran affichant une croix. diff --git a/source/404.rst b/source/404.rst index 08803af..7bd5fc6 100644 --- a/source/404.rst +++ b/source/404.rst @@ -3,7 +3,7 @@ Alerte 404 : Introuvable ======================== -.. image:: assets/404.svg +.. galleria:: assets/404.svg :width: 70% :align: center :alt: Un homme regarde des panneaux de signalisation diff --git a/source/collectif/accessibility.rst b/source/collectif/accessibility.rst index 83da493..39a3e59 100644 --- a/source/collectif/accessibility.rst +++ b/source/collectif/accessibility.rst @@ -1,7 +1,7 @@ Déclaration d'accessibilité =========================== -.. image:: assets/accessibility.svg +.. galleria:: assets/accessibility.svg :width: 70% :align: center :alt: Un homme se tient sur un fauteuil roulant. diff --git a/source/collectif/confidentiality.rst b/source/collectif/confidentiality.rst index 7f2e6da..10277b3 100644 --- a/source/collectif/confidentiality.rst +++ b/source/collectif/confidentiality.rst @@ -1,7 +1,7 @@ Déclaration de confidentialité ============================== -.. image:: assets/apropos.svg +.. galleria:: assets/apropos.svg :width: 70% :align: center :alt: Une femme se dissimule de l'observation de deux satellites au moyen d'un parapluie. diff --git a/source/collectif/contact.rst b/source/collectif/contact.rst index 0705d06..a38dcfb 100644 --- a/source/collectif/contact.rst +++ b/source/collectif/contact.rst @@ -9,7 +9,7 @@ Contact ======= -.. image:: assets/contact.svg +.. galleria:: assets/contact.svg :width: 70% :align: center :alt: Un homme tient une enveloppe ouverte. diff --git a/source/collectif/contributeurs/index.rst b/source/collectif/contributeurs/index.rst index a0857d6..1227003 100644 --- a/source/collectif/contributeurs/index.rst +++ b/source/collectif/contributeurs/index.rst @@ -1,7 +1,7 @@ Contributeurs ============= -.. image:: assets/membres.svg +.. galleria:: assets/membres.svg :width: 70% :align: center :alt: Une page web affiche des profils. diff --git a/source/collectif/contributeurs/kujiu.rst b/source/collectif/contributeurs/kujiu.rst index 3a127ef..0eff53e 100644 --- a/source/collectif/contributeurs/kujiu.rst +++ b/source/collectif/contributeurs/kujiu.rst @@ -8,7 +8,7 @@ Kujiu ===== -.. image:: assets/kujiu.jpg +.. galleria:: assets/kujiu.jpg :align: right :title: Illustration de Springouille et D.Evy :alt: Un jeune homme brun en habit de voyage médiéval diff --git a/source/collectif/contributeurs/ptitgnu.rst b/source/collectif/contributeurs/ptitgnu.rst index f348bfd..5c70ffa 100644 --- a/source/collectif/contributeurs/ptitgnu.rst +++ b/source/collectif/contributeurs/ptitgnu.rst @@ -5,7 +5,7 @@ :excerpt: 2 :image: 1 -.. image:: assets/ptitgnu.png +.. galleria:: assets/ptitgnu.png :alt: Une tête de chat :align: right :width: 15% diff --git a/source/collectif/copyright.rst b/source/collectif/copyright.rst index be6d41d..c982981 100644 --- a/source/collectif/copyright.rst +++ b/source/collectif/copyright.rst @@ -1,7 +1,7 @@ Droit d'auteur et licences ========================== -.. image:: assets/apropos.svg +.. galleria:: assets/apropos.svg :width: 70% :align: center :alt: Une femme se dissimule de l'observation de deux satellites au moyen d'un parapluie. diff --git a/source/collectif/historique.rst b/source/collectif/historique.rst index 2c1a484..311cf57 100644 --- a/source/collectif/historique.rst +++ b/source/collectif/historique.rst @@ -1,7 +1,7 @@ Historique du document ====================== -.. image:: assets/historique.svg +.. galleria:: assets/historique.svg :width: 70% :align: center :alt: Une femme assise en tailleur programme sur son ordinateur portable. L'historique des modifications s'affiche. diff --git a/source/collectif/mentions_legales.rst b/source/collectif/mentions_legales.rst index 6c61cde..7ccf9d3 100644 --- a/source/collectif/mentions_legales.rst +++ b/source/collectif/mentions_legales.rst @@ -9,7 +9,7 @@ Mentions légales ================ -.. image:: assets/apropos.svg +.. galleria:: assets/apropos.svg :width: 70% :align: center :alt: Une femme se dissimule de l'observation de deux satellites au moyen d'un parapluie. @@ -45,7 +45,7 @@ L'ensemble de ce site est publié par Nerv Project ASBL. Nerv Project est une entité fictive utilisée dans des œuvres artistiques et n'a pas d'existence réelle. -.. image:: assets/apropos2.svg +.. galleria:: assets/apropos2.svg :width: 70% :align: center :alt: Deux personnes manipulent leur ordinateur portable, entourées des grosses lettres MIT et CC. diff --git a/source/collectif/ressources.rst b/source/collectif/ressources.rst index 736642d..2d44dc6 100644 --- a/source/collectif/ressources.rst +++ b/source/collectif/ressources.rst @@ -9,7 +9,7 @@ Ressources ========== -.. image:: assets/ressources.svg +.. galleria:: assets/ressources.svg :width: 70% :align: center :alt: Un homme et une femme se font face de part et d'autre d'une immense balise HTML. diff --git a/source/conf.py b/source/conf.py index a95e612..acf9deb 100644 --- a/source/conf.py +++ b/source/conf.py @@ -81,7 +81,7 @@ extensions = [ 'sphinxcontrib.blockdiag', 'sphinxcontrib.nwdiag', 'sphinxcontrib.seqdiag', - 'sphinxcontrib.images', + 'sphinx_galleria', 'sphinx.ext.extlinks', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', @@ -106,12 +106,6 @@ if use_ablog: os.path.join(ablog.get_html_templates_path(), '..', 'locale'), ) -images_config = { - "default_show_title": True, - "override_image_directive": True, - "show_caption": True, -} - templates_path = ['_templates'] source_suffix = '.rst' diff --git a/source/nervproject/histoire.rst b/source/nervproject/histoire.rst index 8aaf497..4c77da7 100644 --- a/source/nervproject/histoire.rst +++ b/source/nervproject/histoire.rst @@ -13,7 +13,7 @@ qualité et la maturité de toutes nos technologies. Notre histoire ============== -.. image:: assets/histoire.svg +.. galleria:: assets/histoire.svg :width: 70% :align: center :alt: Deux médecins observent un électrocardiogramme. diff --git a/source/nervproject/missions.rst b/source/nervproject/missions.rst index 42da600..bc4d73e 100644 --- a/source/nervproject/missions.rst +++ b/source/nervproject/missions.rst @@ -9,7 +9,7 @@ Nos missions ============ -.. image:: assets/missions.svg +.. galleria:: assets/missions.svg :width: 70% :align: center :alt: Un astronaute se tient à côté de sa fusée sur le sol lunaire. diff --git a/source/nervproject/organisation.rst b/source/nervproject/organisation.rst index 85cfee1..654de38 100644 --- a/source/nervproject/organisation.rst +++ b/source/nervproject/organisation.rst @@ -9,7 +9,7 @@ Organisation ============ -.. image:: assets/organisation.svg +.. galleria:: assets/organisation.svg :width: 70% :align: center :alt: Un homme se tient devant une représentation de planètes parsemée de post-its. diff --git a/source/nervproject/risques.rst b/source/nervproject/risques.rst index ff54e8c..d093ae5 100644 --- a/source/nervproject/risques.rst +++ b/source/nervproject/risques.rst @@ -9,7 +9,7 @@ Risques ======= -.. image:: assets/risques.svg +.. galleria:: assets/risques.svg :width: 70% :align: center :alt: Une femme en habit de chantier signale des amas de terre avec un drapeau rouge. diff --git a/source/nervproject/technologie.rst b/source/nervproject/technologie.rst index 158d148..4d8d145 100644 --- a/source/nervproject/technologie.rst +++ b/source/nervproject/technologie.rst @@ -9,7 +9,7 @@ Technologie =========== -.. image:: assets/technologie.svg +.. galleria:: assets/technologie.svg :width: 70% :align: center :alt: Un robot se tient debout. diff --git a/source/news/2020/11/02_defi_nanowrimo1.rst b/source/news/2020/11/02_defi_nanowrimo1.rst index 70c1c04..fac58f8 100644 --- a/source/news/2020/11/02_defi_nanowrimo1.rst +++ b/source/news/2020/11/02_defi_nanowrimo1.rst @@ -8,7 +8,7 @@ Défi d'écriture - Manuel utilisateur ==================================== -.. image:: assets/02_defi_nanowrimo1.svg +.. galleria:: assets/02_defi_nanowrimo1.svg :width: 70% :align: center :alt: Un coureur s'apprête à s'élancer. diff --git a/source/outils/index.rst b/source/outils/index.rst index 103e1a8..6c22db8 100644 --- a/source/outils/index.rst +++ b/source/outils/index.rst @@ -9,7 +9,7 @@ Outils ====== -.. image:: assets/outils.svg +.. galleria:: assets/outils.svg :width: 70% :align: center :alt: Un homme déterre un trésor avec une pelle. diff --git a/source/outils/sphinx_storymaker.rst b/source/outils/sphinx_storymaker.rst index 5d988da..8c53140 100644 --- a/source/outils/sphinx_storymaker.rst +++ b/source/outils/sphinx_storymaker.rst @@ -9,7 +9,7 @@ Sphinx Storymaker ================= -.. image:: assets/sphinx_storymaker.svg +.. galleria:: assets/sphinx_storymaker.svg :width: 70% :align: center :alt: Une femme fabrique une histoire. diff --git a/source/outils/sphinx_studiowriter.rst b/source/outils/sphinx_studiowriter.rst index 0ea3e44..5f62102 100644 --- a/source/outils/sphinx_studiowriter.rst +++ b/source/outils/sphinx_studiowriter.rst @@ -9,7 +9,7 @@ Sphinx StudioWriter =================== -.. image:: assets/sphinx_studiowriter.svg +.. galleria:: assets/sphinx_studiowriter.svg :width: 70% :align: center :alt: Une femme manipule des documents textuels et images. diff --git a/source/publications/index.rst b/source/publications/index.rst index 8b9a60b..cc03e6c 100644 --- a/source/publications/index.rst +++ b/source/publications/index.rst @@ -9,7 +9,7 @@ Publications ============ -.. image:: assets/publications.svg +.. galleria:: assets/publications.svg :width: 70% :align: center :alt: Un livre fermé. diff --git a/source/publications/oneshots/index.rst b/source/publications/oneshots/index.rst index ec7390f..f626dd5 100644 --- a/source/publications/oneshots/index.rst +++ b/source/publications/oneshots/index.rst @@ -1,7 +1,7 @@ One shots ========= -.. image:: assets/oneshots.svg +.. galleria:: assets/oneshots.svg :width: 70% :align: center :alt: Une femme lit un livre sous une lampe. diff --git a/source/publications/oneshots/le_dieu_du_jardin.rst b/source/publications/oneshots/le_dieu_du_jardin.rst index 04a6aaa..47e9a2a 100644 --- a/source/publications/oneshots/le_dieu_du_jardin.rst +++ b/source/publications/oneshots/le_dieu_du_jardin.rst @@ -8,7 +8,7 @@ Le Dieu du Jardin ================= -.. image:: assets/le_dieu_du_jardin.jpg +.. galleria:: assets/le_dieu_du_jardin.jpg :alt: Un petit bonhomme de cailloux sous un ciel étoilé :title: Image par Springouille, licence CC-BY-SA 4.0 :show_caption: True diff --git a/source/publications/series/index.rst b/source/publications/series/index.rst index 45adecf..e566a0d 100644 --- a/source/publications/series/index.rst +++ b/source/publications/series/index.rst @@ -1,7 +1,7 @@ Séries ====== -.. image:: assets/series.svg +.. galleria:: assets/series.svg :width: 70% :align: center :alt: Une femme se passionne de sa lecture, assise sur une pile de livres. diff --git a/source/publications/series/la_victoire_des_grelots/index.rst b/source/publications/series/la_victoire_des_grelots/index.rst index a2a1054..48708b8 100644 --- a/source/publications/series/la_victoire_des_grelots/index.rst +++ b/source/publications/series/la_victoire_des_grelots/index.rst @@ -8,7 +8,7 @@ La Victoire des Grelots ======================= -.. image:: assets/la_victoire_des_grelots.svg +.. galleria:: assets/la_victoire_des_grelots.svg :width: 70% :align: center :alt: Un homme tient un ballon de basket. Il va marquer un panier. diff --git a/source/publications/series/la_victoire_des_grelots/progression.rst b/source/publications/series/la_victoire_des_grelots/progression.rst index 5e0d2a2..4549972 100644 --- a/source/publications/series/la_victoire_des_grelots/progression.rst +++ b/source/publications/series/la_victoire_des_grelots/progression.rst @@ -8,7 +8,7 @@ Progression =========== -.. image:: assets/progression.svg +.. galleria:: assets/progression.svg :width: 70% :align: center :alt: Une artiste termine de peindre une toile sur un écran. diff --git a/source/submit_success.rst b/source/submit_success.rst index ea353fb..72da9aa 100644 --- a/source/submit_success.rst +++ b/source/submit_success.rst @@ -3,7 +3,7 @@ Contact ####### -.. image:: assets/submit_success.svg +.. galleria:: assets/submit_success.svg :width: 70% :alt: Un homme se tient debout sur une enveloppe géante. :align: center