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