~tr3buchet/nova/multi_nic

142.1.1 by Monty Taylor
Added a config file to let setup.py drive building the sphinx docs.
1
[build_sphinx]
181.1.5 by Monty Taylor
Updated setup.py file to install stuff on a python setup.py install command.
2
all_files = 1
3
build-dir = doc/build
157.3.1 by Monty Taylor
Updated sphinx layout to a two-dir layout like swift.
4
source-dir = doc/source
181.1.5 by Monty Taylor
Updated setup.py file to install stuff on a python setup.py install command.
5
6
[egg_info]
7
tag_build = 
8
tag_date = 0
9
tag_svn_revision = 0
10
536.1.1 by Monty Taylor
Added babel/gettext build support.
11
[compile_catalog]
12
directory = locale
13
domain = nova
14
15
[update_catalog]
16
domain = nova
17
output_dir = locale
18
input_file = locale/nova.pot
19
20
[extract_messages]
21
keywords = _ l_ lazy_gettext
22
mapping_file = babel.cfg
23
output_file = locale/nova.pot
24