From edc209e05bc275f80eed5ca69df960263589d490 Mon Sep 17 00:00:00 2001 From: Brett Date: Mon, 26 Feb 2024 11:20:50 -0500 Subject: [PATCH] fix tag/ref links in schema docs --- docs/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 0a2fcfdc..5d9752fa 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -159,3 +159,6 @@ def setup(app): asdf_schema_path = "../src/rad/resources" # This is the prefix common to all schema IDs in this repository asdf_schema_standard_prefix = "schemas" +asdf_schema_reference_mappings = [ + ("asdf://stsci.edu/datamodels/roman/tags/", "https://rad.readthedocs.io/en/latest/generated/schemas/"), +]