From 52001daab13c74cfa3291c8270c2140457ff96b9 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Wed, 17 Apr 2024 18:55:16 -0700 Subject: [PATCH] src/doc/en/developer/coding_in_python.rst: Use :sage_root: --- src/doc/en/developer/coding_in_python.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/doc/en/developer/coding_in_python.rst b/src/doc/en/developer/coding_in_python.rst index fa42e72788e..72297af4e47 100644 --- a/src/doc/en/developer/coding_in_python.rst +++ b/src/doc/en/developer/coding_in_python.rst @@ -14,9 +14,9 @@ Python language standard Sage library code needs to be compatible with all versions of Python that Sage supports. The information regarding the supported versions -can be found in the files ``build/pkgs/python3/spkg-configure.m4`` -(for the Sage distribution), ``m4/pyproject_toml_metadata.m4`` (for -the Sage library and most other distribution packages in ``pkgs/``). +can be found in the files :sage_root:`build/pkgs/python3/spkg-configure.m4` +(for the Sage distribution) and :sage_root:`m4/pyproject_toml_metadata.m4` (for +the Sage library and most other distribution packages in :sage_root:`pkgs/`). Python 3.9 is the oldest supported version. Hence, all language and library features that are available in Python 3.9 can