changeset 297:a6f61e9a9d5c

Added docs requirements
author Windel Bouwman
date Sun, 01 Dec 2013 17:35:54 +0100
parents 9417caea2eb3
children f7c3d38d0a47
files doc/compiler.rst doc/requirements.txt
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/compiler.rst	Sun Dec 01 13:36:58 2013 +0100
+++ b/doc/compiler.rst	Sun Dec 01 17:35:54 2013 +0100
@@ -93,7 +93,7 @@
 3. Peep hole optimization?
 4. real code generation
 
-.. automodule:: codegenarm
+.. automodule:: codegen
    :members:
 
 Instruction selection
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/requirements.txt	Sun Dec 01 17:35:54 2013 +0100
@@ -0,0 +1,1 @@
+Sphinx>=1.2.b3