From d25c8fe6f331cca1945fe68b40465a0644fe4ee6 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Tue, 23 Jun 2015 14:37:38 +0300 Subject: 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 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 requirements.txt (limited to 'requirements.txt') 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 -- cgit 1.2.3-korg