print out memory exception details, on unaligned
[openpower-isa.git] / conf.py
diff --git a/conf.py b/conf.py
index 40879253170bcb01a029b76b3a64669a5e59b4dd..aa2a8e691703b5af4e7cfee85fae807e2d5c4de8 100644 (file)
--- a/conf.py
+++ b/conf.py
@@ -177,7 +177,8 @@ texinfo_documents = [
 
 # 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')
+                       # argh this trademarked domain name is now cyber-squatted
+                       #"nmigen": ('https://nmigen.info/nmigen', 'latest')
                       }
 
 # -- Options for todo extension ----------------------------------------------