X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fdoc%2Fconf.py;h=25cd65b9f1f1e96c812479ac4c12d9331a907546;hb=983ebaa3ee58f93729ad96d6af24e93784ae43d8;hp=96ea50fe890a1f5bba4765b08a1ba04d987cfddb;hpb=778c2765c8ea5c6628f6d668847f0b9ae06dbf3d;p=vpp.git diff --git a/test/doc/conf.py b/test/doc/conf.py index 96ea50fe890..25cd65b9f1f 100644 --- a/test/doc/conf.py +++ b/test/doc/conf.py @@ -20,7 +20,6 @@ import os import sys sys.path.insert(0, os.path.abspath('..')) - # -- General configuration ------------------------------------------------ # If your documentation needs a minimal Sphinx version, state it here. @@ -33,6 +32,14 @@ sys.path.insert(0, os.path.abspath('..')) extensions = [ 'sphinx.ext.autodoc', ] +autodoc_mock_imports = ['objgraph', + 'parameterized', + 'pexpect', + 'psutil', + 'pympler', + 'scapy', + 'syslog_rfc5424_parser', + 'vpp_papi'] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] @@ -122,7 +129,8 @@ todo_include_todos = False # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'alabaster' +# html_theme = 'alabaster' +html_theme = 'sphinx_rtd_theme' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the @@ -148,8 +156,8 @@ html_theme = 'alabaster' # html_logo = None # The name of an image file (relative to this directory) to use as a favicon of -# the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 -# pixels large. +# the docs. This file should be a Windows icon file (.ico) being 16x16 or +# 32x32 pixels large. # # html_favicon = None