summaryrefslogtreecommitdiffstats
path: root/tox.ini
AgeCommit message (Collapse)AuthorFilesLines
2021-07-01Fix formatting, remove dead links/outdated docsTrevor Bramwell1-2/+2
- Removes the outdated scenario documentation These docs included links to images that no longer exist - Removes the broken links to apex, sfc, clover, doctor, and ipv6 These no longer work as the infersphinx linking has been removedA - Removes links to missing documents - Fixes a minor issues with the index header - Updates the docs-linkcheck tox environment with the correct path to requirements.txt - Replaces the IRC link to Slack Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2021-06-29Fix of requirements file tox.iniGergely Csatari1-1/+1
The reference to requirements.txt pointed to the etc folder, however the file is in the docs folder. This commit fixes the reference. Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com>
2017-01-27New Tox build scriptShubhamRathi1-0/+15
To keep the doc jobs for OPNFV & ODL as similar as possible, we're using a similar tox build script as used in ODLDocs. The new merge job is tested to run the same tox build script. This build script is to be run as `tox -edocs`. Everything under docs/ shall be built. Change-Id: Ic4fab5e431e6937a1dbbeca2b1ff339dd092b688 Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>