aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Bonnici <marc.bonnici@arm.com>2017-08-16 15:30:20 +0100
committerMarc Bonnici <marc.bonnici@arm.com>2017-08-16 16:24:38 +0100
commit890f4309d4507277ac7eaab4994ca5ad6a8a3eb9 (patch)
tree2c6929b7a4b37bfa8d79b2b89bd016164ee2df28
parentc8cb153f8e0c7eb8e4e6c970717775c35d4fa89e (diff)
Documentation: Adds a requirement.txt
In order to build the test documentation the python package `nose` is required therefore this commit adds a requirements.txt to ensure the package is available when building the documentation on RTD.
-rw-r--r--doc/requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
new file mode 100644
index 00000000..f3c7e8e6
--- /dev/null
+++ b/doc/requirements.txt
@@ -0,0 +1 @@
+nose