release-python.nix: add nixos-render-docs to tested set

Changed files
+2 -1
pkgs
top-level
+2 -1
pkgs/top-level/release-python.nix
···
name = "python-tested";
meta.description = "Release-critical packages from the python package sets";
constituents = [
-
jobs.remarshal.x86_64-linux # Used in pkgs.formats helper
+
jobs.nixos-render-docs.x86_64-linux # Used in nixos manual
+
jobs.remarshal.x86_64-linux # Used in pkgs.formats helper
jobs.python311Packages.buildcatrust.x86_64-linux # Used in pkgs.cacert
jobs.python311Packages.colorama.x86_64-linux # Used in nixos test-driver
jobs.python311Packages.ptpython.x86_64-linux # Used in nixos test-driver