Skip to content

Commit

Permalink
Revert enabling aafig by default
Browse files Browse the repository at this point in the history
  • Loading branch information
David Lacey committed Jul 18, 2013
1 parent df5020b commit 0f7a639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xsphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
if 'USE_AAFIG' in os.environ:
use_aafig = (os.environ['USE_AAFIG'] != '0')
else:
use_aafig = True
use_aafig = False



Expand Down

0 comments on commit 0f7a639

Please sign in to comment.