From 90af673bf94277b371668976b62732160d1c91ee Mon Sep 17 00:00:00 2001 From: R Veera Kumar Date: Sat, 5 Jun 2021 07:29:55 +0530 Subject: [PATCH] Remove comment sign and add correct path for nmigen intersphinx. --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), } -- 2.30.2