aboutsummaryrefslogtreecommitdiffstats
path: root/deployment-configs/.gitignore
diff options
context:
space:
mode:
authorMichaelMorris <michael.morris@est.tech>2019-06-13 14:17:22 +0000
committerMichaelMorris <michael.morris@est.tech>2019-06-13 14:17:22 +0000
commitce74304c9437dbde234fe71882941a1c4290ade0 (patch)
tree5aa65f2ab25550e7d74d03777c26be3c6e8b106a /deployment-configs/.gitignore
parent110375ad496935a45c7845e5b98608b71ff9ad5e (diff)
Added known issue for VNFM adater testing
Change-Id: I257b485429cc91ac9c86682b385cd978b01b5cd2 Issue-ID: SO-1742 Signed-off-by: MichaelMorris <michael.morris@est.tech>
Diffstat (limited to 'deployment-configs/.gitignore')
0 files changed, 0 insertions, 0 deletions
ing.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
---
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2

formats:
  - htmlzip

build:
  image: latest

python:
  version: 3.7
  install:
    - requirements: docs/requirements-docs.txt

sphinx:
  configuration: docs/conf.py