summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-02-06Update odlsli image nameTimoney, Dan (dt5972)1-1/+1
2018-03-20Fix directories in docker-compose.ymlTimoney, Dan (dt5972)1-21/+6
2018-03-15Fix config dir nameTimoney, Dan (dt5972)1-3/+3
2017-09-21Install sdnc-core-utils featureDan Timoney1-5/+1
2017-09-19Fix dblib driver propertyDan Timoney1-0/+4
2017-09-11Update core versionDan Timoney1-1/+1
2017-09-05Add docker-compose.ymlDan Timoney2-0/+90
iteral.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