diff options
author | Rich Bennett <rb2745@att.com> | 2017-08-25 02:37:15 -0400 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2017-08-25 02:57:40 -0400 |
commit | a9d6a44c8795e62f0c2f154960c470cf600f9270 (patch) | |
tree | 27a2e43b285fe6a44795f397e3ab98c03ad9e87c /docs/conf.py | |
parent | 070350195bf74a867b979f9280b852ec98b2476c (diff) |
Remove VNFRQTS Exclusion
Remove Sphinx exclusion of VNFRQTS repositories that were causing all doc
verify jobs to fail. These have been updated, should now verify, and
be published when merged
Improvements in the setup / getting started instructions for other
project creating documentation
Issue-Id: DOC-11
Change-Id: Ieb932dcaa0b4c39073e1e20cbdbe05bf6977a006
Signed-off-by: Rich Bennett <rb2745@att.com>
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index cbf90f70c..b75cab692 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -40,6 +40,9 @@ extensions = [ 'sphinxcontrib.seqdiag' ] +# Font path for seqdiag +seqdiag_fontpath= '/usr/share/fonts/truetype/dejavu/DejaVuSansCondensed.ttf' + # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] @@ -84,8 +87,7 @@ language = None # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. exclude_patterns = [ - '_build', - 'submodules/vnfrqts' + '_build' ] # The reST default role (used for this markup: `text`) to use for all |