speed up ==, hash, <, >, <=, and >= for plain_data
[nmutil.git] / conf.py
diff --git a/conf.py b/conf.py
index 2191fa0eb6576475895b9040dae6da8a5af4b80c..1a9395a6a0f378b8e67432802d65344ee86441ee 100644 (file)
--- 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),
 }