diff options
| author | root <root@tonbuntu> | 2010-11-12 11:09:07 -0800 |
|---|---|---|
| committer | root <root@tonbuntu> | 2010-11-12 11:09:07 -0800 |
| commit | b9867670af8ab1e35933f60842e43db02dd66b6a (patch) | |
| tree | 563da0c769ec4a183403edda1d97cbad492a73d7 /doc/source | |
| parent | 0f5eddf051e7697b63d7cd9b32fc6d704dcfaf8b (diff) | |
| download | nova-b9867670af8ab1e35933f60842e43db02dd66b6a.tar.gz nova-b9867670af8ab1e35933f60842e43db02dd66b6a.tar.xz nova-b9867670af8ab1e35933f60842e43db02dd66b6a.zip | |
unify env syntax
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index f2e768d71..ef447ca81 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -29,7 +29,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'ext.nova_todo', ' # autodoc generation is a bit aggressive and a nuisance when doing heavy text edit cycles. # execute "export SPHINX_DEBUG=1" in your terminal to disable -if 'SPHINX_DEBUG' not in os.environ.keys(): +if not os.getenv('SPHINX_DEBUG'): extensions += ['ext.nova_autodoc'] todo_include_todos = True |
