summaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorJuan Antonio Osorio Robles <juan.osorio.robles@ericsson.com>2015-06-23 14:37:38 +0300
committerJuan Antonio Osorio Robles <juan.osorio.robles@ericsson.com>2015-06-23 14:47:28 +0300
commitd25c8fe6f331cca1945fe68b40465a0644fe4ee6 (patch)
tree00e0a89f3edae3fd84a9541925be26cce33c1b78 /requirements.txt
parentc7f431c71af18668f2d1af49c274034ef7ade751 (diff)
Add Basic repo structure based on Sphinx
This is the initial proposal for the repo structure using Sphinx as a tool to generate documentation. The documentation that we will be writing will be in the docs/source directory. A requirements.txt was added to make the replication of the environment needed to build this easier. NOTE: the following files were automatically generated by the Sphnix tool: * docs/Makefile * docs/source/conf.py * docs/soruce.index.rst Change-Id: I6ccd57a6e1a274bb396999ce272678fb9da6f702 Signed-off-by: Juan Antonio Osorio Robles <juan.osorio.robles@ericsson.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..50667e2
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1 @@
+Sphinx==1.3.1