diff options
author | 2020-02-06 13:25:49 -0800 | |
---|---|---|
committer | 2020-02-06 16:57:47 -0500 | |
commit | 8b9a5a06a5652d604026f3a2293639e30c15be0b (patch) | |
tree | f4887407a2eb8583e4fa632bce37f973b3a78585 /.readthedocs.yaml | |
parent | 137e91e4fab1995c2df7a13c455edfe6628c33f2 (diff) |
Migrate aaf-sms docs
Example of how this changeset was created.
includes link to documentation:
https://gist.github.com/Aricg/bf95ef40c542ba211be8771e88e6f410
Merging this will create
https://onap-aaf-sms.readthedocs.io
This build will run in parallel
to the current docs generation method
untill we are ready to cut over.
Issue-ID: CIMAN-364
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I509302cf10fd03d5be93d3f1a8dd5609602bc76b
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r-- | .readthedocs.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..3797dc8 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,20 @@ +--- +# .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 |