summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJoshua Powers <josh.powers@canonical.com>2019-12-06 12:41:40 -0800
committerDaniel Watkins <oddbloke@ubuntu.com>2019-12-06 15:41:39 -0500
commitbbd9ef9f5dc9b3728d0d10534bf5d8b372bd1641 (patch)
tree95197246df81b77b4467f05ac024119da35aa3de /tox.ini
parentf1094b1a539044c0193165a41501480de0f8df14 (diff)
downloadvyos-cloud-init-bbd9ef9f5dc9b3728d0d10534bf5d8b372bd1641.tar.gz
vyos-cloud-init-bbd9ef9f5dc9b3728d0d10534bf5d8b372bd1641.zip
docs: Add security.md to readthedocs
* docs: Add security.md to readthedocs This enables the ability to show the security policy on both GitHub and on the readthedocs site. To do this, enable the ability to import Markdown based files and translate them to rst. * Add doc-requirements.txt and update tox to use Also removes the extra, uncessary extension addition of .md
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 1 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 042346bb..fef9643b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -55,9 +55,7 @@ exclude = .venv,.tox,dist,doc,*egg,.git,build,tools
[testenv:doc]
basepython = python3
deps =
- doc8
- sphinx
- sphinx_rtd_theme
+ -r{toxinidir}/doc-requirements.txt
commands =
{envpython} -m sphinx {posargs:doc/rtd doc/rtd_html}
doc8 doc/rtd