From ba1cf6e1a9a6f7c5603c69675dbd1ea7f32911f2 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sat, 24 Apr 2021 16:36:26 +0100 Subject: [PATCH] add additional external libre-soc sphinx references --- conf.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 881c95e2..34d9b3f7 100644 --- a/conf.py +++ b/conf.py @@ -174,9 +174,13 @@ texinfo_documents = [ # -- Options for intersphinx extension --------------------------------------- +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'), + "openpower": (lsocbase+'openpower-isa', None), + "nmutil": (lsocbase+'nmutil', None), + "ieee754fpu": (lsocbase+'ieee754fpu', None), } # -- Options for todo extension ---------------------------------------------- -- 2.30.2