Skip to content

Commit

Permalink
Docs: aafig representations to svg, remove Pillow
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Oct 19, 2014
1 parent da4034a commit a3613e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
intersphinx_mapping = {'http://docs.python.org/': None}

# aafig format, try to get working with pdf
aafig_format = dict(latex='pdf', html='png')
aafig_format = dict(latex='pdf', html='svg')

aafig_default_options = dict(
scale=.75,
Expand Down
1 change: 0 additions & 1 deletion doc/requirements.pip
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
docutils==0.11
sphinx<1.2.1
reportlab
Pillow
sphinxcontrib-aafig
sphinx-argparse

0 comments on commit a3613e5

Please sign in to comment.