diff options
| author | Todd Willey <todd@ansolabs.com> | 2010-11-12 14:10:28 -0500 |
|---|---|---|
| committer | Todd Willey <todd@ansolabs.com> | 2010-11-12 14:10:28 -0500 |
| commit | 09c29649ec2b2df68b9c1c57aeff5573d3c83e4a (patch) | |
| tree | 82a1fcf52c68326350a91d443d45d2c14d68203c | |
| parent | 028ce51f9f224d68fdeb62b7e6494e296efec31f (diff) | |
| parent | b9867670af8ab1e35933f60842e43db02dd66b6a (diff) | |
merge to remote
| -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 |
