Read the Docs build information Build id: 209125 Project: bayware-customer-docs Version: latest Commit: 5c478ced3e23adc0314e1b7fb8ff8fe9b3195e65 Date: 2019-05-17T23:13:56.987865Z State: finished Success: True [rtd-command-info] start-time: 2019-05-17T23:13:57.448941Z, end-time: 2019-05-17T23:13:58.945674Z, duration: 1, exit-code: 0 git clone --no-single-branch --depth 50 git@github.com:Bayware/customer-docs.git . Cloning into '.'... [rtd-command-info] start-time: 2019-05-17T23:13:59.155379Z, end-time: 2019-05-17T23:13:59.271351Z, duration: 0, exit-code: 0 git checkout --force origin/master Note: checking out 'origin/master'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b HEAD is now at 5c478ce fixes sidebar navigation menu for Tutorials [rtd-command-info] start-time: 2019-05-17T23:13:59.335670Z, end-time: 2019-05-17T23:13:59.343306Z, duration: 0, exit-code: 0 git clean -d -f -f [rtd-command-info] start-time: 2019-05-17T23:13:59.948000Z, end-time: 2019-05-17T23:14:02.008051Z, duration: 2, exit-code: 0 python2.7 -mvirtualenv --no-site-packages --no-download New python executable in /home/docs/checkouts/readthedocs.org/user_builds/bayware-customer-docs/envs/latest/bin/python2.7 Also creating executable in /home/docs/checkouts/readthedocs.org/user_builds/bayware-customer-docs/envs/latest/bin/python Installing setuptools, pip, wheel... done. [rtd-command-info] start-time: 2019-05-17T23:14:02.104302Z, end-time: 2019-05-17T23:14:04.012849Z, duration: 1, exit-code: 0 python -m pip install --upgrade --cache-dir /home/docs/checkouts/readthedocs.org/user_builds/bayware-customer-docs/.cache/pip pip Collecting pip Using cached https://files.pythonhosted.org/packages/5c/e0/be401c003291b56efc55aeba6a80ab790d3d4cece2778288d65323009420/pip-19.1.1-py2.py3-none-any.whl Installing collected packages: pip Found existing installation: pip 18.1 Uninstalling pip-18.1: Successfully uninstalled pip-18.1 Successfully installed pip-19.1.1 [rtd-command-info] start-time: 2019-05-17T23:14:04.071010Z, end-time: 2019-05-17T23:14:13.413293Z, duration: 9, exit-code: 0 python -m pip install --upgrade --cache-dir /home/docs/checkouts/readthedocs.org/user_builds/bayware-customer-docs/.cache/pip Pygments==2.3.1 setuptools<41 docutils==0.14 mock==1.0.1 pillow==5.4.1 alabaster>=0.7,<0.8,!=0.7.5 commonmark==0.8.1 recommonmark==0.5.0 sphinx<2 sphinx-rtd-theme<0.5 readthedocs-sphinx-ext<0.6 DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. Collecting Pygments==2.3.1 Using cached https://files.pythonhosted.org/packages/13/e5/6d710c9cf96c31ac82657bcfb441df328b22df8564d58d0c4cd62612674c/Pygments-2.3.1-py2.py3-none-any.whl Collecting setuptools<41 Using cached https://files.pythonhosted.org/packages/44/56/75e64a8fbbe9e0bd30cfdd58ca1856bc0dc15a43e41504a58d8373f34213/setuptools-40.9.0-py2.py3-none-any.whl Collecting docutils==0.14 Using cached https://files.pythonhosted.org/packages/50/09/c53398e0005b11f7ffb27b7aa720c617aba53be4fb4f4f3f06b9b5c60f28/docutils-0.14-py2-none-any.whl Collecting mock==1.0.1 Collecting pillow==5.4.1 Using cached https://files.pythonhosted.org/packages/0d/f3/421598450cb9503f4565d936860763b5af413a61009d87a5ab1e34139672/Pillow-5.4.1-cp27-cp27mu-manylinux1_x86_64.whl Collecting alabaster!=0.7.5,<0.8,>=0.7 Using cached https://files.pythonhosted.org/packages/10/ad/00b090d23a222943eb0eda509720a404f531a439e803f6538f35136cae9e/alabaster-0.7.12-py2.py3-none-any.whl Collecting commonmark==0.8.1 Using cached https://files.pythonhosted.org/packages/ab/ca/439c88039583a29564a0043186875258e9a4f041fb5c422cd387b8e10175/commonmark-0.8.1-py2.py3-none-any.whl Collecting recommonmark==0.5.0 Using cached https://files.pythonhosted.org/packages/9b/3d/92ea48401622510e57b4bdaa74dc9db2fb9e9e892324b48f9c02d716a93a/recommonmark-0.5.0-py2.py3-none-any.whl Collecting sphinx<2 Using cached https://files.pythonhosted.org/packages/7d/66/a4af242b4348b729b9d46ce5db23943ce9bca7da9bbe2ece60dc27f26420/Sphinx-1.8.5-py2.py3-none-any.whl Collecting sphinx-rtd-theme<0.5 Using cached https://files.pythonhosted.org/packages/60/b4/4df37087a1d36755e3a3bfd2a30263f358d2dea21938240fa02313d45f51/sphinx_rtd_theme-0.4.3-py2.py3-none-any.whl Collecting readthedocs-sphinx-ext<0.6 Using cached https://files.pythonhosted.org/packages/d1/f3/68de6af559ae681921a7b676a86c360454de67f3c8bd5327ae9352897ef4/readthedocs_sphinx_ext-0.5.17-py2.py3-none-any.whl Collecting future (from commonmark==0.8.1) Collecting snowballstemmer>=1.1 (from sphinx<2) Using cached https://files.pythonhosted.org/packages/d4/6c/8a935e2c7b54a37714656d753e4187ee0631988184ed50c0cf6476858566/snowballstemmer-1.2.1-py2.py3-none-any.whl Collecting sphinxcontrib-websupport (from sphinx<2) Using cached https://files.pythonhosted.org/packages/52/69/3c2fbdc3702358c5b34ee25e387b24838597ef099761fc9a42c166796e8f/sphinxcontrib_websupport-1.1.0-py2.py3-none-any.whl Collecting babel!=2.0,>=1.3 (from sphinx<2) Using cached https://files.pythonhosted.org/packages/b8/ad/c6f60602d3ee3d92fbed87675b6fb6a6f9a38c223343ababdb44ba201f10/Babel-2.6.0-py2.py3-none-any.whl Collecting requests>=2.0.0 (from sphinx<2) Downloading https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl (57kB) Collecting Jinja2>=2.3 (from sphinx<2) Using cached https://files.pythonhosted.org/packages/1d/e7/fd8b501e7a6dfe492a433deb7b9d833d39ca74916fa8bc63dd1a4947a671/Jinja2-2.10.1-py2.py3-none-any.whl Collecting typing; python_version < "3.5" (from sphinx<2) Using cached https://files.pythonhosted.org/packages/cc/3e/29f92b7aeda5b078c86d14f550bf85cff809042e3429ace7af6193c3bc9f/typing-3.6.6-py2-none-any.whl Collecting packaging (from sphinx<2) Using cached https://files.pythonhosted.org/packages/91/32/58bc30e646e55eab8b21abf89e353f59c0cc02c417e42929f4a9546e1b1d/packaging-19.0-py2.py3-none-any.whl Collecting imagesize (from sphinx<2) Using cached https://files.pythonhosted.org/packages/fc/b6/aef66b4c52a6ad6ac18cf6ebc5731ed06d8c9ae4d3b2d9951f261150be67/imagesize-1.1.0-py2.py3-none-any.whl Collecting six>=1.5 (from sphinx<2) Using cached https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl Collecting pytz>=0a (from babel!=2.0,>=1.3->sphinx<2) Using cached https://files.pythonhosted.org/packages/3d/73/fe30c2daaaa0713420d0382b16fbb761409f532c56bdcc514bf7b6262bb6/pytz-2019.1-py2.py3-none-any.whl Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 (from requests>=2.0.0->sphinx<2) Downloading https://files.pythonhosted.org/packages/39/ec/d93dfc69617a028915df914339ef66936ea976ef24fa62940fd86ba0326e/urllib3-1.25.2-py2.py3-none-any.whl (150kB) Collecting certifi>=2017.4.17 (from requests>=2.0.0->sphinx<2) Using cached https://files.pythonhosted.org/packages/60/75/f692a584e85b7eaba0e03827b3d51f45f571c2e793dd731e598828d380aa/certifi-2019.3.9-py2.py3-none-any.whl Collecting chardet<3.1.0,>=3.0.2 (from requests>=2.0.0->sphinx<2) Using cached https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl Collecting idna<2.9,>=2.5 (from requests>=2.0.0->sphinx<2) Using cached https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl Collecting MarkupSafe>=0.23 (from Jinja2>=2.3->sphinx<2) Using cached https://files.pythonhosted.org/packages/fb/40/f3adb7cf24a8012813c5edb20329eb22d5d8e2a0ecf73d21d6b85865da11/MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_x86_64.whl Collecting pyparsing>=2.0.2 (from packaging->sphinx<2) Using cached https://files.pythonhosted.org/packages/dd/d9/3ec19e966301a6e25769976999bd7bbe552016f0d32b577dc9d63d2e0c49/pyparsing-2.4.0-py2.py3-none-any.whl Installing collected packages: Pygments, setuptools, docutils, mock, pillow, alabaster, future, commonmark, snowballstemmer, sphinxcontrib-websupport, pytz, babel, urllib3, certifi, chardet, idna, requests, MarkupSafe, Jinja2, typing, pyparsing, six, packaging, imagesize, sphinx, recommonmark, sphinx-rtd-theme, readthedocs-sphinx-ext Found existing installation: setuptools 40.6.3 Uninstalling setuptools-40.6.3: Successfully uninstalled setuptools-40.6.3 Successfully installed Jinja2-2.10.1 MarkupSafe-1.1.1 Pygments-2.3.1 alabaster-0.7.12 babel-2.6.0 certifi-2019.3.9 chardet-3.0.4 commonmark-0.8.1 docutils-0.14 future-0.17.1 idna-2.8 imagesize-1.1.0 mock-1.0.1 packaging-19.0 pillow-5.4.1 pyparsing-2.4.0 pytz-2019.1 readthedocs-sphinx-ext-0.5.17 recommonmark-0.5.0 requests-2.22.0 setuptools-40.9.0 six-1.12.0 snowballstemmer-1.2.1 sphinx-1.8.5 sphinx-rtd-theme-0.4.3 sphinxcontrib-websupport-1.1.0 typing-3.6.6 urllib3-1.25.2 [rtd-command-info] start-time: 2019-05-17T23:14:13.933964Z, end-time: 2019-05-17T23:14:13.992145Z, duration: 0, exit-code: 0 cat docs/source/conf.py # -*- coding: utf-8 -*- # # Configuration file for the Sphinx documentation builder. # # This file does only contain a selection of the most common options. For a # full list see the documentation: # http://www.sphinx-doc.org/en/stable/config # -- Path setup -------------------------------------------------------------- # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. # # import os # import sys # sys.path.insert(0, os.path.abspath('.')) # -- Project information ----------------------------------------------------- project = 'Bayware' copyright = '2018, Bayware, Inc' author = 'Bayware, Inc.' # The short X.Y version version = '' # The full version, including alpha/beta/rc tags release = '' # -- General configuration --------------------------------------------------- # If your documentation needs a minimal Sphinx version, state it here. # # needs_sphinx = '1.0' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ 'sphinx.ext.autodoc', ] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] # The suffix(es) of source filenames. # You can specify multiple suffix as a list of string: # # source_suffix = ['.rst', '.md'] source_suffix = '.rst' # The master toctree document. master_doc = 'index' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. language = None # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path . exclude_patterns = [] # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx' # pygments_style = 'paraiso-light' # -- Options for HTML output ------------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # # 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 # documentation. # # html_theme_options = {} # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] def setup(app): app.add_stylesheet('css/bayware_styles.css') # Custom sidebar templates, must be a dictionary that maps document names # to template names. # # The default sidebars (for documents that don't match any pattern) are # defined by theme itself. Builtin themes are using these templates by # default: ``['localtoc.html', 'relations.html', 'sourcelink.html', # 'searchbox.html']``. # # html_sidebars = {} # -- Options for HTMLHelp output --------------------------------------------- # Output file base name for HTML help builder. htmlhelp_basename = 'custdocdoc' # -- Options for LaTeX output ------------------------------------------------ latex_elements = { # The paper size ('letterpaper' or 'a4paper'). # # 'papersize': 'letterpaper', # The font size ('10pt', '11pt' or '12pt'). # # 'pointsize': '10pt', # Additional stuff for the LaTeX preamble. # # 'preamble': '', # Latex figure (float) alignment # # 'figure_align': 'htbp', } # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'custdoc.tex', 'custdoc Documentation', 'Gregory Walter', 'manual'), ] # -- Options for manual page output ------------------------------------------ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ (master_doc, 'custdoc', 'custdoc Documentation', [author], 1) ] # -- Options for Texinfo output ---------------------------------------------- # Grouping the document tree into Texinfo files. List of tuples # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ (master_doc, 'custdoc', 'custdoc Documentation', author, 'custdoc', 'One line description of project.', 'Miscellaneous'), ] # -- Extension configuration ------------------------------------------------- # -- User Added by Bayware --------------------------------------------------- numfig = True ########################################################################### # auto-created readthedocs.org specific configuration # ########################################################################### # # The following code was added during an automated build on readthedocs.org # It is auto created and injected for every build. The result is based on the # conf.py.tmpl file found in the readthedocs.org codebase: # https://github.com/rtfd/readthedocs.org/blob/master/readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl # import importlib import sys import os.path from six import string_types from sphinx import version_info # Get suffix for proper linking to GitHub # This is deprecated in Sphinx 1.3+, # as each page can have its own suffix if globals().get('source_suffix', False): if isinstance(source_suffix, string_types): SUFFIX = source_suffix elif isinstance(source_suffix, (list, tuple)): # Sphinx >= 1.3 supports list/tuple to define multiple suffixes SUFFIX = source_suffix[0] elif isinstance(source_suffix, dict): # Sphinx >= 1.8 supports a mapping dictionary for mulitple suffixes SUFFIX = list(source_suffix.keys())[0] # make a ``list()`` for py2/py3 compatibility else: # default to .rst SUFFIX = '.rst' else: SUFFIX = '.rst' # Add RTD Static Path. Add to the end because it overwrites previous files. if not 'html_static_path' in globals(): html_static_path = [] if os.path.exists('_static'): html_static_path.append('_static') # Add RTD Theme only if they aren't overriding it already using_rtd_theme = ( ( 'html_theme' in globals() and html_theme in ['default'] and # Allow people to bail with a hack of having an html_style 'html_style' not in globals() ) or 'html_theme' not in globals() ) if using_rtd_theme: theme = importlib.import_module('sphinx_rtd_theme') html_theme = 'sphinx_rtd_theme' html_style = None html_theme_options = {} if 'html_theme_path' in globals(): html_theme_path.append(theme.get_html_theme_path()) else: html_theme_path = [theme.get_html_theme_path()] if globals().get('websupport2_base_url', False): websupport2_base_url = 'https://readthedocs.com/websupport' websupport2_static_url = 'https://media.readthedocs.com/' #Add project information to the template context. context = { 'using_theme': using_rtd_theme, 'html_theme': html_theme, 'current_version': "latest", 'version_slug': "latest", 'MEDIA_URL': "https://media.readthedocs.com/media/", 'STATIC_URL': "https://media.readthedocs.com/", 'PRODUCTION_DOMAIN': "readthedocs.com", 'versions': [ ("latest", "/en/latest/"), ("0.7.0", "/en/0.7.0/"), ("ubuntu-docs", "/en/ubuntu-docs/"), ], 'downloads': [ ("pdf", "//readthedocs.com/projects/bayware-customer-docs/downloads/pdf/latest/"), ("html", "//readthedocs.com/projects/bayware-customer-docs/downloads/htmlzip/latest/"), ("epub", "//readthedocs.com/projects/bayware-customer-docs/downloads/epub/latest/"), ], 'subprojects': [ ], 'slug': 'bayware-customer-docs', 'name': u'customer-docs', 'rtd_language': u'en', 'programming_language': u'words', 'canonical_url': 'https://bayware-customer-docs.readthedocs-hosted.com/en/0.7.0/', 'analytics_code': '', 'single_version': False, 'conf_py_path': '/docs/source/', 'api_host': 'https://readthedocs.com', 'github_user': 'Bayware', 'github_repo': 'customer-docs', 'github_version': 'master', 'display_github': True, 'bitbucket_user': 'None', 'bitbucket_repo': 'None', 'bitbucket_version': 'master', 'display_bitbucket': False, 'gitlab_user': 'None', 'gitlab_repo': 'None', 'gitlab_version': 'master', 'display_gitlab': False, 'READTHEDOCS': True, 'using_theme': (html_theme == "default"), 'new_theme': (html_theme == "sphinx_rtd_theme"), 'source_suffix': SUFFIX, 'ad_free': False, 'user_analytics_code': '', 'global_analytics_code': 'UA-17997319-2', 'commit': '5c478ced', } if 'html_context' in globals(): html_context.update(context) else: html_context = context # Add custom RTD extension if 'extensions' in globals(): # Insert at the beginning because it can interfere # with other extensions. # See https://github.com/rtfd/readthedocs.org/pull/4054 extensions.insert(0, "readthedocs_ext.readthedocs") else: extensions = ["readthedocs_ext.readthedocs"] [rtd-command-info] start-time: 2019-05-17T23:14:14.055543Z, end-time: 2019-05-17T23:14:21.187692Z, duration: 7, exit-code: 0 python sphinx-build -T -E -b readthedocs -d _build/doctrees-readthedocs -D language=en . _build/html Running Sphinx v1.8.5 loading translations [en]... done making output directory... building [mo]: targets for 0 po files that are out of date building [readthedocs]: targets for 42 source files that are out of date updating environment: 42 added, 0 changed, 0 removed reading sources... [ 2%] depguides/install_agent reading sources... [ 4%] depguides/install_controller reading sources... [ 7%] depguides/install_engine reading sources... [ 9%] depguides/system_requirements reading sources... [ 11%] depguides/vm_cloud_prep reading sources... [ 14%] devs/api_agent reading sources... [ 16%] devs/api_north reading sources... [ 19%] devs/api_reference reading sources... [ 21%] devs/api_south reading sources... [ 23%] devs/sdk reading sources... [ 26%] index reading sources... [ 28%] intro/concepts reading sources... [ 30%] intro/overview reading sources... [ 33%] intro/usecase reading sources... [ 35%] ref/further_reading reading sources... [ 38%] ref/glossary reading sources... [ 40%] sb2/sb2_infra reading sources... [ 42%] sb2/sb2_intro reading sources... [ 45%] sb2/sb2_policy reading sources... [ 47%] sb2/sb2_services reading sources... [ 50%] technology/auto_config reading sources... [ 52%] technology/controller_permissions reading sources... [ 54%] technology/controller_svc_mngt reading sources... [ 57%] technology/protocol_registration reading sources... [ 59%] technology/tech_agent reading sources... [ 61%] technology/tech_controller reading sources... [ 64%] technology/tech_engine reading sources... [ 66%] technology/tech_platform reading sources... [ 69%] tut/intercon_fabric reading sources... [ 71%] tut/tut_app1 reading sources... [ 73%] tut/tut_app2 reading sources... [ 76%] tut/tut_intro reading sources... [ 78%] tut/tut_sis reading sources... [ 80%] tut/tut_troubleshooting reading sources... [ 83%] tutorial_dr reading sources... [ 85%] tutorial_intercon_fab reading sources... [ 88%] usrguides/bwctl_api_usr_guide reading sources... [ 90%] usrguides/bwctl_usr_guide reading sources... [ 92%] usrguides/cli reading sources... [ 95%] usrguides/network_administration reading sources... [ 97%] usrguides/service_administration reading sources... [100%] usrguides/system_administration looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 2%] depguides/install_agent writing output... [ 4%] depguides/install_controller writing output... [ 7%] depguides/install_engine writing output... [ 9%] depguides/system_requirements writing output... [ 11%] depguides/vm_cloud_prep writing output... [ 14%] devs/api_agent writing output... [ 16%] devs/api_north writing output... [ 19%] devs/api_reference writing output... [ 21%] devs/api_south writing output... [ 23%] devs/sdk writing output... [ 26%] index writing output... [ 28%] intro/concepts writing output... [ 30%] intro/overview writing output... [ 33%] intro/usecase writing output... [ 35%] ref/further_reading writing output... [ 38%] ref/glossary writing output... [ 40%] sb2/sb2_infra writing output... [ 42%] sb2/sb2_intro writing output... [ 45%] sb2/sb2_policy writing output... [ 47%] sb2/sb2_services writing output... [ 50%] technology/auto_config writing output... [ 52%] technology/controller_permissions writing output... [ 54%] technology/controller_svc_mngt writing output... [ 57%] technology/protocol_registration writing output... [ 59%] technology/tech_agent writing output... [ 61%] technology/tech_controller writing output... [ 64%] technology/tech_engine writing output... [ 66%] technology/tech_platform writing output... [ 69%] tut/intercon_fabric writing output... [ 71%] tut/tut_app1 writing output... [ 73%] tut/tut_app2 writing output... [ 76%] tut/tut_intro writing output... [ 78%] tut/tut_sis writing output... [ 80%] tut/tut_troubleshooting writing output... [ 83%] tutorial_dr writing output... [ 85%] tutorial_intercon_fab writing output... [ 88%] usrguides/bwctl_api_usr_guide writing output... [ 90%] usrguides/bwctl_usr_guide writing output... [ 92%] usrguides/cli writing output... [ 95%] usrguides/network_administration writing output... [ 97%] usrguides/service_administration writing output... [100%] usrguides/system_administration generating indices... genindex writing additional pages... search copying images... [ 1%] tut/intercon_fabric_pics/four_processors.png copying images... [ 2%] tut/intercon_fabric_pics/resources_button.png copying images... [ 4%] intro/model.png copying images... [ 5%] tut/app1_pics/service_graph_getaway_app.png copying images... [ 6%] sb2/../tut/fixme_meow.jpg copying images... [ 8%] tut/app1_pics/app1_after_cleaning.png copying images... [ 9%] tut/app2_pics/app2_users.png copying images... [ 11%] tut/app2_pics/app2_remove_resources.png copying images... [ 12%] tut/intercon_fabric_pics/first_processor.png copying images... [ 13%] sb2/services_pics/service_endpoints.png copying images... [ 15%] tut/app2_pics/all_nodes_green.png copying images... [ 16%] tut/cloud_infrastructure_pics/grafana_window.png copying images... [ 18%] intro/architecture.png copying images... [ 19%] tut/app1_pics/news_on_gcp11.png copying images... [ 20%] technology/bw_platform_uml.png copying images... [ 22%] tut/i_voted.jpg copying images... [ 23%] sb2/services_pics/network_endpoints.png copying images... [ 25%] tut/app1_pics/users.png copying images... [ 26%] tut/app2_pics/edit_path_params_json.png copying images... [ 27%] sb2/intro_pics/aws_gcp_vpc.png copying images... [ 29%] devs/api_reference.png copying images... [ 30%] tut/app2_pics/voting_app_svc_graph_generated.png copying images... [ 31%] devs/enf_lifecycle.png copying images... [ 33%] tut/tut_step_2.png copying images... [ 34%] intro/process.png copying images... [ 36%] sb2/services_pics/getaway_app.png copying images... [ 37%] tut/cloud_infrastructure_pics/navigate_to_grafana.png copying images... [ 38%] sb2/services_pics/ne_se_relationship.png copying images... [ 40%] sb2/infra_pics/aws_infra_topo.png copying images... [ 41%] sb2/intro_pics/aws_gcp_azr_vpc.png copying images... [ 43%] tut/app2_pics/app2_step1.png copying images... [ 44%] technology/endian.png copying images... [ 45%] tut/intercon_fabric_pics/resource_page.png copying images... [ 47%] sb2/intro_pics/aws_vpc.png copying images... [ 48%] sb2/policy_pics/no_services_installed.png copying images... [ 50%] tut/intercon_fabric_pics/first_link_config.png copying images... [ 51%] tut/tut_step_1.png copying images... [ 52%] tut/app2_pics/app2_contracts.png copying images... [ 54%] tut/app2_pics/service_graph_voting_app.png copying images... [ 55%] tut/intercon_fabric_pics/processor_clicked_on.png copying images... [ 56%] technology/microprgm_container.png copying images... [ 58%] tut/cloud_infrastructure_pics/clean_after_login.png copying images... [ 59%] tut/intercon_fabric_pics/four_processors_with_links.png copying images... [ 61%] tut/app1_pics/app1_remove_resources.png copying images... [ 62%] technology/bw_agent.png copying images... [ 63%] tut/app2_pics/voting_vote.png copying images... [ 65%] tut/app1_pics/getaway_ui.png copying images... [ 66%] tut/intercon_fabric_pics/empty_orch_topology.png copying images... [ 68%] sb2/policy_pics/getaway_orch_svc_graph.png copying images... [ 69%] tut/cloud_infrastructure_pics/grafana_vm_selection.png copying images... [ 70%] tut/app2_pics/click_on_client_role.png copying images... [ 72%] tut/app2_pics/app2_after_cleaning.png copying images... [ 73%] tut/app1_pics/app1_seven_instances.png copying images... [ 75%] tut/app1_pics/news_weather_new_ids.png copying images... [ 76%] tut/intercon_fabric_pics/proc_1_info.png copying images... [ 77%] sb2/infra_pics/aws_gcp_infra_topo.png copying images... [ 79%] tut/cloud_infrastructure_pics/admin_login_page.png copying images... [ 80%] tut/app2_pics/click_on_voting_frontend_contract.png copying images... [ 81%] tut/app1_pics/getaway_hosts.png copying images... [ 83%] tut/app1_pics/grafana_http_proxy_load.png copying images... [ 84%] tut/app1_pics/contracts.png copying images... [ 86%] technology/bw_controller_uml.png copying images... [ 87%] devs/record_ex.png copying images... [ 88%] sb2/services_pics/geo_redundant_app.png copying images... [ 90%] tut/app2_pics/voting_result.png copying images... [ 91%] tut/app2_pics/click_on_edit_path_params.png copying images... [ 93%] tut/app1_pics/getaway_app_service_graph_gen.png copying images... [ 94%] tut/app2_pics/app2_step2.png copying images... [ 95%] tut/app1_pics/only_aws_11.png copying images... [ 97%] sb2/policy_pics/getaway_app_svc_graph.png copying images... [ 98%] technology/bw_orchestrator.png copying images... [100%] sb2/infra_pics/aws_gcp_azr_infra_topo.png copying static files... done copying readthedocs static files... done copying searchtools... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded. The HTML pages are in _build/html. [rtd-command-info] start-time: 2019-05-17T23:14:21.310615Z, end-time: 2019-05-17T23:14:27.174965Z, duration: 5, exit-code: 0 python sphinx-build -T -b readthedocssinglehtmllocalmedia -d _build/doctrees-readthedocssinglehtmllocalmedia -D language=en . _build/localmedia Running Sphinx v1.8.5 loading translations [en]... done making output directory... building [mo]: targets for 0 po files that are out of date building [readthedocssinglehtmllocalmedia]: all documents updating environment: 42 added, 0 changed, 0 removed reading sources... [ 2%] depguides/install_agent reading sources... [ 4%] depguides/install_controller reading sources... [ 7%] depguides/install_engine reading sources... [ 9%] depguides/system_requirements reading sources... [ 11%] depguides/vm_cloud_prep reading sources... [ 14%] devs/api_agent reading sources... [ 16%] devs/api_north reading sources... [ 19%] devs/api_reference reading sources... [ 21%] devs/api_south reading sources... [ 23%] devs/sdk reading sources... [ 26%] index reading sources... [ 28%] intro/concepts reading sources... [ 30%] intro/overview reading sources... [ 33%] intro/usecase reading sources... [ 35%] ref/further_reading reading sources... [ 38%] ref/glossary reading sources... [ 40%] sb2/sb2_infra reading sources... [ 42%] sb2/sb2_intro reading sources... [ 45%] sb2/sb2_policy reading sources... [ 47%] sb2/sb2_services reading sources... [ 50%] technology/auto_config reading sources... [ 52%] technology/controller_permissions reading sources... [ 54%] technology/controller_svc_mngt reading sources... [ 57%] technology/protocol_registration reading sources... [ 59%] technology/tech_agent reading sources... [ 61%] technology/tech_controller reading sources... [ 64%] technology/tech_engine reading sources... [ 66%] technology/tech_platform reading sources... [ 69%] tut/intercon_fabric reading sources... [ 71%] tut/tut_app1 reading sources... [ 73%] tut/tut_app2 reading sources... [ 76%] tut/tut_intro reading sources... [ 78%] tut/tut_sis reading sources... [ 80%] tut/tut_troubleshooting reading sources... [ 83%] tutorial_dr reading sources... [ 85%] tutorial_intercon_fab reading sources... [ 88%] usrguides/bwctl_api_usr_guide reading sources... [ 90%] usrguides/bwctl_usr_guide reading sources... [ 92%] usrguides/cli reading sources... [ 95%] usrguides/network_administration reading sources... [ 97%] usrguides/service_administration reading sources... [100%] usrguides/system_administration looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done assembling single document... intro/usecase intro/overview intro/concepts tutorial_intercon_fab tut/tut_intro tut/intercon_fabric tut/tut_app1 tut/tut_app2 tut/tut_sis tut/tut_troubleshooting tutorial_dr sb2/sb2_intro sb2/sb2_infra sb2/sb2_policy sb2/sb2_services technology/tech_platform technology/protocol_registration technology/auto_config technology/tech_controller technology/controller_permissions technology/controller_svc_mngt technology/tech_engine technology/tech_agent depguides/system_requirements depguides/vm_cloud_prep depguides/install_controller depguides/install_agent depguides/install_engine usrguides/system_administration usrguides/network_administration usrguides/service_administration usrguides/cli usrguides/bwctl_usr_guide usrguides/bwctl_api_usr_guide devs/sdk devs/api_reference devs/api_north devs/api_south devs/api_agent ref/further_reading ref/glossary writing... done writing additional files... copying images... [ 1%] technology/bw_controller_uml.png copying images... [ 2%] tut/app1_pics/app1_after_cleaning.png copying images... [ 4%] intro/model.png copying images... [ 5%] tut/intercon_fabric_pics/empty_orch_topology.png copying images... [ 6%] sb2/../tut/fixme_meow.jpg copying images... [ 8%] tut/app2_pics/app2_users.png copying images... [ 9%] tut/cloud_infrastructure_pics/clean_after_login.png copying images... [ 11%] tut/intercon_fabric_pics/first_processor.png copying images... [ 12%] tut/app1_pics/app1_seven_instances.png copying images... [ 13%] sb2/services_pics/getaway_app.png copying images... [ 15%] tut/app2_pics/all_nodes_green.png copying images... [ 16%] tut/cloud_infrastructure_pics/grafana_window.png copying images... [ 18%] sb2/infra_pics/aws_infra_topo.png copying images... [ 19%] intro/architecture.png copying images... [ 20%] tut/app1_pics/news_on_gcp11.png copying images... [ 22%] technology/endian.png copying images... [ 23%] technology/bw_platform_uml.png copying images... [ 25%] tut/intercon_fabric_pics/four_processors.png copying images... [ 26%] tut/app1_pics/users.png copying images... [ 27%] tut/app2_pics/edit_path_params_json.png copying images... [ 29%] sb2/intro_pics/aws_gcp_vpc.png copying images... [ 30%] technology/bw_agent.png copying images... [ 31%] tut/app2_pics/click_on_client_role.png copying images... [ 33%] tut/tut_step_2.png copying images... [ 34%] intro/process.png copying images... [ 36%] tut/tut_step_1.png copying images... [ 37%] sb2/services_pics/ne_se_relationship.png copying images... [ 38%] tut/i_voted.jpg copying images... [ 40%] tut/cloud_infrastructure_pics/grafana_vm_selection.png copying images... [ 41%] sb2/intro_pics/aws_gcp_azr_vpc.png copying images... [ 43%] tut/app2_pics/app2_step1.png copying images... [ 44%] tut/app2_pics/voting_app_svc_graph_generated.png copying images... [ 45%] tut/intercon_fabric_pics/resource_page.png copying images... [ 47%] sb2/intro_pics/aws_vpc.png copying images... [ 48%] sb2/policy_pics/no_services_installed.png copying images... [ 50%] tut/intercon_fabric_pics/first_link_config.png copying images... [ 51%] tut/app2_pics/app2_contracts.png copying images... [ 52%] sb2/policy_pics/getaway_orch_svc_graph.png copying images... [ 54%] tut/app2_pics/service_graph_voting_app.png copying images... [ 55%] sb2/policy_pics/getaway_app_svc_graph.png copying images... [ 56%] tut/intercon_fabric_pics/processor_clicked_on.png copying images... [ 58%] sb2/services_pics/network_endpoints.png copying images... [ 59%] technology/microprgm_container.png copying images... [ 61%] technology/bw_orchestrator.png copying images... [ 62%] tut/intercon_fabric_pics/four_processors_with_links.png copying images... [ 63%] devs/api_reference.png copying images... [ 65%] tut/app2_pics/voting_vote.png copying images... [ 66%] tut/app1_pics/getaway_ui.png copying images... [ 68%] tut/app1_pics/service_graph_getaway_app.png copying images... [ 69%] tut/app2_pics/app2_step2.png copying images... [ 70%] devs/enf_lifecycle.png copying images... [ 72%] tut/app2_pics/app2_after_cleaning.png copying images... [ 73%] tut/app2_pics/app2_remove_resources.png copying images... [ 75%] tut/app1_pics/news_weather_new_ids.png copying images... [ 76%] tut/intercon_fabric_pics/proc_1_info.png copying images... [ 77%] tut/cloud_infrastructure_pics/navigate_to_grafana.png copying images... [ 79%] tut/cloud_infrastructure_pics/admin_login_page.png copying images... [ 80%] tut/app2_pics/click_on_voting_frontend_contract.png copying images... [ 81%] tut/app1_pics/getaway_hosts.png copying images... [ 83%] tut/app1_pics/grafana_http_proxy_load.png copying images... [ 84%] tut/app1_pics/contracts.png copying images... [ 86%] tut/intercon_fabric_pics/resources_button.png copying images... [ 87%] devs/record_ex.png copying images... [ 88%] sb2/services_pics/service_endpoints.png copying images... [ 90%] sb2/services_pics/geo_redundant_app.png copying images... [ 91%] tut/app2_pics/voting_result.png copying images... [ 93%] tut/app2_pics/click_on_edit_path_params.png copying images... [ 94%] tut/app1_pics/getaway_app_service_graph_gen.png copying images... [ 95%] tut/app1_pics/only_aws_11.png copying images... [ 97%] sb2/infra_pics/aws_gcp_azr_infra_topo.png copying images... [ 98%] tut/app1_pics/app1_remove_resources.png copying images... [100%] sb2/infra_pics/aws_gcp_infra_topo.png copying static files... done copying readthedocs static files... done copying extra files... done dumping object inventory... done build succeeded. The HTML page is in _build/localmedia.