Changeset 4319
- Timestamp:
- 03/07/09 20:36:20 (4 years ago)
- Location:
- branch/sphinxdoc
- Files:
-
- 2 modified
-
Makefile (modified) (1 diff)
-
src/conf.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branch/sphinxdoc/Makefile
r4318 r4319 11 11 html: BUILDER = html 12 12 html: build 13 @echo "Build finished. The HTML pages are in html/."13 @echo "Build finished. The HTML pages are in build/html/." 14 14 15 15 build: -
branch/sphinxdoc/src/conf.py
r4311 r4319 3 3 # Umit documentation build configuration file 4 4 # 5 # This file is execfile()d with the current directory set to its containing dir. 5 # This file is execfile()d with the current directory set to its containing 6 # dir. 6 7 # 7 8 # The contents of this file are pickled, so don't put values in the namespace … … 58 59 #unused_docs = [] 59 60 60 # List of directories, relative to source directories, that shouldn't be searched61 # for source files.61 # List of directories, relative to source directories, that shouldn't be 62 # searched for source files. 62 63 #exclude_dirs = [] 63 64 64 # The reST default role (used for this markup: `text`) to use for all documents. 65 # The reST default role (used for this markup: `text`) to use for all 66 # documents. 65 67 #default_role = None 66 68 … … 158 160 159 161 # Grouping the document tree into LaTeX files. List of tuples 160 # (source start file, target name, title, author, document class [howto/manual]). 162 # (source start file, target name, title, author, 163 # document class [howto/manual]). 161 164 latex_documents = [ 162 165 ('index', 'Umit.tex', 'Umit Documentation',
