summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2019-03-03 20:19:19 -0800
committerSeth Morton <seth.m.morton@gmail.com>2019-03-03 21:14:37 -0800
commitea0d37ef790b42c424a096e079edd9ea0d5717e3 (patch)
tree14ac7414bdba9196139f0f29dc55219dffbfec7c
parent4a9e4d822da6e1c393dfc0c410753da8c6999e4d (diff)
downloadnatsort-ea0d37ef790b42c424a096e079edd9ea0d5717e3.tar.gz
Move docs dependencies into docs/requirements.txt
This is to enable new markdown source files on readthedocs
-rw-r--r--docs/requirements.txt1
-rw-r--r--tox.ini4
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt
new file mode 100644
index 0000000..142a838
--- /dev/null
+++ b/docs/requirements.txt
@@ -0,0 +1 @@
+m2r
diff --git a/tox.ini b/tox.ini
index 9193c18..9382ada 100644
--- a/tox.ini
+++ b/tox.ini
@@ -47,11 +47,13 @@ commands =
skip_install = true
# Build documentation.
+# sphinx and sphinx_rtd_theme not in docs/requirements.txt because they
+# will already be installed on readthedocs.
[testenv:docs]
deps =
sphinx
sphinx_rtd_theme
- m2r
+ -r docs/requirements.txt
commands =
{envpython} setup.py build_sphinx
skip_install = true