add additional external libre-soc sphinx references... commented out for now
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 24 Apr 2021 15:36:49 +0000 (16:36 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Sat, 24 Apr 2021 15:36:49 +0000 (16:36 +0100)
conf.py

diff --git a/conf.py b/conf.py
index 34d9b3f7ce3ea4c3ef647ba2a6d330a29609cd83..12b29a4fb10659843b17c069255fcc3199cc77ba 100644 (file)
--- a/conf.py
+++ b/conf.py
@@ -179,8 +179,8 @@ lsocbase = 'https://docs.libre-soc.org/'
 intersphinx_mapping = {"python": ('https://docs.python.org/3', None),
                        "nmigen": ('https://nmigen.info/nmigen', 'latest'),
                        "openpower": (lsocbase+'openpower-isa', None),
-                       "nmutil": (lsocbase+'nmutil', None),
-                       "ieee754fpu": (lsocbase+'ieee754fpu', None),
+                       #"nmutil": (lsocbase+'nmutil', None),
+                       #"ieee754fpu": (lsocbase+'ieee754fpu', None),
                       }
 
 # -- Options for todo extension ----------------------------------------------