Removal of the rememberance of Al
[opnfvdocs.git] / docs / conf.py
index 7fca3cd..d875acb 100644 (file)
@@ -6,7 +6,13 @@ author = 'Anuket Project of Linux Foundation Networking'
 extensions = ['sphinx.ext.intersphinx',
               'sphinx.ext.autosectionlabel'
              ]
-html_theme = "sphinx_material"
+html_theme = "piccolo_theme"
+exclude_patterns = [
+    '**/.tox',
+    'templates',                     # suppress warning that these files are not included in any toctree
+    'how-to-use-docs/files',         # suppress warning that these files are not included in any toctree
+    'development/feature.templates'  # suppress warning that these files are not included in any toctree
+]
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
@@ -66,6 +72,8 @@ intersphinx_mapping['stor4nfv'] = ('https://opnfv-stor4nfv.readthedocs.io/en/%s'
 #intersphinx_mapping['storperf'] = ('https://opnfv-storperf.readthedocs.io/en/%s' % branch, None)
 intersphinx_mapping['vineperf'] = ('https://docs.anuket.io/projects/vineperf/en/%s' % branch, None)
 #intersphinx_mapping['yardstick'] = ('https://opnfv-yardstick.readthedocs.io/en/%s' % branch, None)
+intersphinx_mapping['cntt'] = ('https://cntt.readthedocs.io/en/%s' % branch, None)
+
 
 autosectionlabel_prefix_document = True
 autosectionlabel_maxdepth = 4