# HG changeset patch
# User Vincent Hatakeyama <vincent.hatakeyama@xcg-consulting.fr>
# Date 1738674755 -3600
#      Tue Feb 04 14:12:35 2025 +0100
# Branch 18.0
# Node ID bfbce03d6a7c6494a454b270e7145d046ca4b751
# Parent  a8fdabc76075e70e81c39ec688a3c4711ad3bb9b
add doc url in pyproject.toml

diff --git a/pyproject.toml b/pyproject.toml
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -28,6 +28,7 @@
 [project.urls]
 repository = "https://orus.io/xcg/odoo-modules/redner"
 changelog = "https://orus.io/xcg/odoo-modules/redner/-/blob/branch/18.0/NEWS.rst"
+documentation = "https://xcg.pages.orus.io/odoo-modules/redner/en/"
 
 [build-system]
 requires = ["hatchling >=1.19", "hatch-vcs"]