summaryrefslogtreecommitdiff
path: root/tests/test_ext_graphviz.py
Commit message (Expand)AuthorAgeFilesLines
* test: Update testcase for docutils-0.17 (<figure> and <figcaption>)Takeshi KOMIYA2021-04-031-21/+56
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* test: Use read_text() and read_bytes()Takeshi KOMIYA2020-02-011-4/+4
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Close #6966: graphviz: Support ``:class:`` optionTakeshi KOMIYA2019-12-271-2/+3
* Fix #4550: html: Centering tables by default using CSSTakeshi KOMIYA2019-05-061-2/+2
* Close #4550: All tables and figures without ``align`` option are displayed to...Takeshi KOMIYA2019-02-081-2/+2
* quickstart: Simplify generated conf.py (for latex)Takeshi KOMIYA2019-01-071-1/+1
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | refactor figure_wrapper() using state.inline_text()Takeshi KOMIYA2018-12-041-3/+4
|/
* Fix #5002: graphviz: SVGs do not adapt to the column widthTakeshi KOMIYA2018-08-051-3/+3
* Allow imgcls as class for SVG Graphviz <object>Michael Goerz2018-04-211-4/+4
* Wrap graphviz diagrams in <div class="graphviz">Michael Goerz2018-04-201-13/+15
* Fit graphviz images to page.Roman Kapl2018-02-161-4/+4
* Merge branch 'stable' into 1.7-releaseTakeshi KOMIYA2018-01-301-0/+62
|\
| * Fix graphviz: workaround for wrong map ID which graphviz generatesTakeshi KOMIYA2018-01-291-12/+14
| * Fix #4501: graphviz: epub3 validation error caused if graph is not clickableTakeshi KOMIYA2018-01-291-0/+60
* | Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
| * Add test for ext.graphviz alignment.Oliver Sanders2017-09-241-1/+51
* | Fix flake8 violationsTakeshi KOMIYA2017-12-231-0/+2
* | Add test for ext.graphviz alignment.Oliver Sanders2017-09-181-1/+51
|/
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Reduce DeprecationWarnings for regexpTakeshi KOMIYA2017-02-171-8/+8
|/
* pytest: remove deprecated with_app decorator functionsshimizukawa2017-01-061-5/+3
* pytest migrationshimizukawa2017-01-041-28/+5
* Reduce deprecation warnings (refs: #3192)Takeshi KOMIYA2016-12-151-1/+1
* #2575: Now ``sphinx.ext.graphviz`` allows ``:align:`` optionTakeshi KOMIYA2016-05-281-0/+9
* ``sphinx.ext.graphviz`` supports graph substituions by localeTakeshi KOMIYA2016-02-221-0/+13
* Refactor tests: Add @skip_if_graphviz_not_found decoratorTakeshi KOMIYA2016-02-221-4/+27
* Override figure directive to apply :name: option to the figure itselfTakeshi KOMIYA2016-02-141-1/+1
* ``sphinx.ext.graphviz``: show graph image in inline by defaultTakeshi KOMIYA2016-01-171-3/+22
* Merge branch 'stable'Georg Brandl2016-01-141-1/+1
|\
| * Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* | graphviz test: raise Skip if dot not available, instead of just passingGeorg Brandl2015-07-251-6/+9
|/
* Add testcase for graphvizTakeshi KOMIYA2015-06-261-0/+23