summaryrefslogtreecommitdiff
path: root/tests/test_ext_inheritance_diagram.py
Commit message (Expand)AuthorAgeFilesLines
* test: Update testcase for docutils-0.17 (<figure> and <figcaption>)Takeshi KOMIYA2021-04-031-20/+48
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* Sort imports with isortFrançois Freitag2020-11-111-4/+3
* fix typoTetsuo Koyama2020-07-191-1/+1
* Merge branch 'master' into 5637Takeshi KOMIYA2020-02-121-16/+141
|\
| * test: Use read_text() and read_bytes()Takeshi KOMIYA2020-02-011-4/+4
| * A happy new year!Takeshi KOMIYA2020-01-011-1/+1
| * Merge pull request #6341 from tk0miya/4550_centering_tables_using_cssTakeshi KOMIYA2019-05-121-3/+3
| |\
| | * Fix #4550: html: Centering tables by default using CSSTakeshi KOMIYA2019-05-061-3/+3
| * | Merge test_ext_inheritance.py to test_ext_inheritance_diagram.pyTakeshi KOMIYA2019-05-061-1/+118
| |/
| * Show deprecation warning for sphinx.application.CONFIG_FILENAMETakeshi KOMIYA2019-03-301-7/+7
| * Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-191-1/+1
|/
* Close #4550: All tables and figures without ``align`` option are displayed to...Takeshi KOMIYA2019-02-081-3/+3
* 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
|/
* Fix #5002: graphviz: SVGs do not adapt to the column widthTakeshi KOMIYA2018-08-051-5/+5
* Allow imgcls as class for SVG Graphviz <object>Michael Goerz2018-04-211-1/+20
* Wrap graphviz diagrams in <div class="graphviz">Michael Goerz2018-04-201-2/+4
* Fit graphviz images to page.Roman Kapl2018-02-161-1/+1
* Add test for fix #4019Daniel Pizetta2018-02-011-0/+9
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* | fixes #3959 alias/rename support for classes inside inheritence diagramsBernat Gabor2017-07-311-1/+27
|/
* refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa2017-05-141-3/+2
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Reduce DeprecationWarnings for regexpTakeshi KOMIYA2017-02-171-1/+1
|/
* pytest: remove deprecated with_app decorator functionsshimizukawa2017-01-061-3/+3
* pytest: remove deprecated raises and raises_msg assert functionsshimizukawa2017-01-061-4/+7
* pytest migrationshimizukawa2017-01-041-3/+3
* fix pattern string in test_inheritance_diagram_latex for CI testingjfbu2016-12-081-1/+1
* fix one more test failure and fix previous fix test (missing u)jfbu2016-12-081-1/+1
* Fix mergingTakeshi KOMIYA2016-11-231-0/+1
* Merge branch 'stable' into 1.5-releaseTakeshi KOMIYA2016-11-231-2/+48
|\
| * Fix #3164: Change search order of ``sphinx.ext.inheritance_diagram``Takeshi KOMIYA2016-11-231-5/+7
| * inheritance_diagram: Move _import_class_or_module() method to functionTakeshi KOMIYA2016-11-231-1/+46
* | Skip tests for inheritance_diagram if graphviz not foundTakeshi KOMIYA2016-03-111-0/+3
* | Add ``:caption:`` option for sphinx.ext.inheritance_diagramTakeshi KOMIYA2016-03-111-0/+22
|/
* Add testcase for PR #2311Takeshi KOMIYA2016-02-141-0/+17