diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2020-01-28 15:21:34 -0500 |
---|---|---|
committer | Aric Gardner <agardner@linuxfoundation.org> | 2020-01-29 14:30:14 -0500 |
commit | 0fb94b163b9d9e2e1a8b2f3e544059bd396726ff (patch) | |
tree | 99c2e25a08161b3bdb91110f5badd0abebaf8903 /readthedocs.yml | |
parent | 711bc31c7f34435ae37989d005dc8d8f3d1b3395 (diff) |
Changes to doc config
now uses lfdocs-conf pip package.
needed for future move to rtdv3 jobs.
Issue-ID: CIMAN-33
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: Ic08a81100d8a4c59c2d326161662f207cfd9e25e
Diffstat (limited to 'readthedocs.yml')
-rw-r--r-- | readthedocs.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/readthedocs.yml b/readthedocs.yml deleted file mode 100644 index 6e6b9af07..000000000 --- a/readthedocs.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Formats in addition to HTML - -formats: - - none - -# Pip requirements -requirements_file: etc/requirements.txt - -# Build Container -build: - image: latest |