summaryrefslogtreecommitdiff
path: root/sphinx/ext/graphviz.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: Use PEP-526 based variable annotation (sphinx.ext)Takeshi KOMIYA2021-03-151-2/+2
* refactor: Add a type alias for the option_spec of directives; OptionSpecTakeshi KOMIYA2021-03-131-2/+3
* graphviz: Image node is not rendered if graph file is in subdir (refs: #8232)Takeshi KOMIYA2021-01-281-10/+17
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* Fix #8454: graphviz: The layout option for graph and digraph don't workTakeshi KOMIYA2020-11-201-1/+4
* Sort imports with isortFrançois Freitag2020-11-111-1/+1
* Don't copy graphviz.css when building man pagesChris Mayo2020-08-051-1/+1
* Fix exception causes all over the codebaseRam Rachum2020-06-141-4/+4
* 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
|/