Skip to content

Commit 95026d6

Browse files
committed
Update aafig to use png by default on html output. Add Pillow to doc/requirements.pip
1 parent 6c56df6 commit 95026d6

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

doc/about_tmux.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ sandwich, and re-(attach), all applications are still running!
185185
| | |
186186
| | |
187187
+-----------------------+ |
188-
/
189-
/---------------------------
188+
|
189+
/---------------------------/
190190
|
191191
v
192192
+--------+--------+

doc/conf.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,4 +276,11 @@
276276
intersphinx_mapping = {'http://docs.python.org/': None}
277277

278278
# aafig format, try to get working with pdf
279-
aafig_format = dict(latex='pdf', html='svg')
279+
aafig_format = dict(latex='pdf', html='png')
280+
281+
aafig_default_options = dict(
282+
scale=.75,
283+
aspect=0.5,
284+
proportional=True,
285+
#linewidth=.5,
286+
)

doc/requirements.pip

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ docutils==0.11
33
sphinx
44
sphinxcontrib-aafig
55
reportlab
6+
Pillow
67
-e git+https://github.com/tony/sphinx-argparse.git@empty_subcommands_fix#egg=sphinx-argparse

0 commit comments

Comments
 (0)