Server hardware installation guide (first draft)

Change-Id: Ib4808e87f119229b7c6334e0ba6e69ee57f1230a
diff --git a/conf.py b/conf.py
index 4b3fa63..c28c9a9 100644
--- a/conf.py
+++ b/conf.py
@@ -50,6 +50,7 @@
     'sphinx.ext.coverage',
     'sphinx.ext.graphviz',
     'sphinx.ext.ifconfig',
+    'sphinx.ext.intersphinx',
     'sphinx.ext.mathjax',
     'sphinx.ext.todo',
     'sphinxcontrib.spelling',
@@ -238,10 +239,16 @@
 # -- Options for linkcheck ---------------------------------------------------
 # The link checker strips off .md from links and then complains
 linkcheck_ignore = [
-    r'https://www.sphinx-doc.org',
     r'https://jenkins\.opencord\.org/job/aether-member-only-jobs/.*'
 ]
 
+# -- options for Intersphinx extension ---------------------------------------
+
+intersphinx_mapping = {
+    'sphinx': ('https://www.sphinx-doc.org/en/master', None),
+    'trellis': ('https://docs.trellisfabric.org/master', None),
+    }
+
 def setup(app):
 
     app.add_css_file('css/rtd_theme_mods.css')