summaryrefslogtreecommitdiff
path: root/sphinx/ext/graphviz.py
Commit message (Expand)AuthorAgeFilesLines
* Introduce fips safe sha1, see issue #7611Lars Hupfeldt2020-05-051-2/+1
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Close #6966: graphviz: Support ``:class:`` optionTakeshi KOMIYA2019-12-271-4/+8
* Migrate to py3 style type annotation: sphinx.ext.graphvizTakeshi KOMIYA2019-07-011-51/+33
* Close #5124: graphviz: :graphviz_dot: option is renamed to :layout:Takeshi KOMIYA2019-06-021-1/+4
* Merge pull request #6111 from tk0miya/6028_make_graphviz_reproducibleTakeshi KOMIYA2019-02-271-3/+1
|\
| * Fix #6028: graphviz: Ensure the graphviz filenames are reproducibleTakeshi KOMIYA2019-02-271-3/+1
* | Use subprocess.run() instead of Popen()Takeshi KOMIYA2019-01-131-19/+13
* | Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\ \ | |/
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Replace EnvironmentError and IOError by OSErrorTakeshi KOMIYA2018-12-191-5/+3
* | Merge pull request #5819 from jdufresne/coding-commentTakeshi KOMIYA2018-12-171-1/+0
|\ \
| * | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | | Remove redundant coerce to str in string formattingJon Dufresne2018-12-161-4/+3
|/ /
* | Merge pull request #5803 from jdufresne/encoding-utf8Takeshi KOMIYA2018-12-161-3/+3
|\ \
| * | Avoid respecifying default encoding for .encode()/.decode() callsJon Dufresne2018-12-151-3/+3
* | | Replace ENOENT errno checks with Python 3 FileNotFoundErrorJon Dufresne2018-12-151-4/+2
|/ /
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-12/+11
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-2/+2
* | Simplify open() call by removing default modeJon Dufresne2018-12-111-2/+2
* | Fix annotationsTakeshi KOMIYA2018-12-081-5/+1
* | refactor figure_wrapper() using state.inline_text()Takeshi KOMIYA2018-12-041-7/+5
* | Add SphinxTranslator as an abstract classTakeshi KOMIYA2018-12-031-2/+3
* | Fix annotations for Directives (Replace N_co with nodes.Node)Takeshi KOMIYA2018-12-011-4/+4
* | Fix annotations for extensionsTakeshi KOMIYA2018-12-011-12/+14
* | Fix annotations for minor methods and functionsTakeshi KOMIYA2018-11-301-3/+3
* | Fix annotaions for extensionsTakeshi KOMIYA2018-11-281-16/+20
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
* | Merge branch '1.8'Takeshi KOMIYA2018-11-011-2/+2
|\ \ | |/
| * Correctly deal with non-existing static dir in graphviz extensionJeroen Demeyer2018-10-171-2/+2
* | Merge branch '1.8'Takeshi KOMIYA2018-10-161-2/+2
|\ \ | |/
| * Fix mypy violationsTakeshi KOMIYA2018-10-161-2/+2
* | Merge branch 'master' into HEADTakeshi KOMIYA2018-09-221-3/+2
|\ \
| * | Prefer builtin open() over io.open() and codecs.open()Jon Dufresne2018-09-111-3/+2
| |/
* | Remove unnecessary object from class definitionsJon Dufresne2018-09-111-1/+1
|/
* graphviz: Don't use document.current_sourceTakeshi KOMIYA2018-08-211-3/+1
* Merge branch 'master' into graphviz_width_of_svgTakeshi KOMIYA2018-08-071-3/+12
|\
| * graphviz: rename docpath -> docnameRok Roskar2018-08-061-3/+4
| * graphviz: add document name to graphviz nodeRok Roskar2018-08-061-4/+8
| * graphviz: make path construction more readableRok Roskar2018-08-061-2/+5
| * graphviz: run dot in the document directoryRok Roskar2018-08-061-1/+2
* | Fix #5002: graphviz: SVGs do not adapt to the column widthTakeshi KOMIYA2018-08-051-7/+22
|/
* refactor: Replace Directive by SphinxDirectiveTakeshi KOMIYA2018-05-111-8/+9
* Allow imgcls as class for SVG Graphviz <object>Michael Goerz2018-04-211-3/+5
* Wrap graphviz diagrams in <div class="graphviz">Michael Goerz2018-04-201-4/+8
* Merge branch '1.7'Takeshi KOMIYA2018-03-181-2/+2
|\
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+2
* | Merge branch 'master' into dont_stringify_exceptionsTakeshi KOMIYA2018-03-041-3/+3
|\ \
| * | Make console and warning messages translatableTakeshi KOMIYA2018-03-031-3/+3
| |/
* | Use six.text_type to stringify exceptionsTakeshi KOMIYA2018-03-031-3/+3
|/