X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=conf.py;h=1a9395a6a0f378b8e67432802d65344ee86441ee;hb=90af673bf94277b371668976b62732160d1c91ee;hp=2191fa0eb6576475895b9040dae6da8a5af4b80c;hpb=8fe7a4e514221c8c955c84b7a691ddc7d42e970d;p=nmutil.git diff --git a/conf.py b/conf.py index 2191fa0..1a9395a 100644 --- a/conf.py +++ b/conf.py @@ -176,7 +176,7 @@ texinfo_documents = [ lsocbase = 'https://docs.libre-soc.org/' # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = {"python": ('https://docs.python.org/3', None), -# "nmigen": ('https://nmigen.info/nmigen', 'latest'), + "nmigen": ('https://nmigen.info/nmigen/latest', None), "openpower": (lsocbase+'openpower-isa', None), "soc": (lsocbase+'soc', None), }