From 64229f91691c948e117017296e8cc0b2c5e1e578 Mon Sep 17 00:00:00 2001 From: gwen Date: Mon, 4 May 2026 20:04:50 +0200 Subject: [PATCH] conf --- docs/conf.py | 2 +- docs/tutorial/customtype.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 3748e7567..d29edbe2c 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,7 @@ todo_include_todos = True # -- Project information ----------------------------------------------------- project = 'Rougail' -copyright = '2019-2025, Silique' +copyright = '2019-2026, Silique' author = 'gwen' # The short X.Y version diff --git a/docs/tutorial/customtype.rst b/docs/tutorial/customtype.rst index 2e2dbaba0..8ce7a8d5f 100644 --- a/docs/tutorial/customtype.rst +++ b/docs/tutorial/customtype.rst @@ -84,7 +84,7 @@ If you remember, it's mostly the content as the family `manual.http_proxy` in `f Very simply. In the usual way: we will add a `type` parameter in our family declaration. -Let's declare that a family is of type `proxy` as follows: +Let's modify the existing family using this new `proxy` type: .. extinclude:: https://forge.cloud.silique.fr/stove/rougail-tutorials/raw/commit/v1.1_080/firefox/10-manual.yml :language: yaml