summaryrefslogtreecommitdiff
path: root/sphinx/ext/graphviz.py
Commit message (Expand)AuthorAgeFilesLines
* html builder: Append CRC32 checksum to asset URIs (#11415)Adam Turner2023-05-111-8/+8
* Fix COM812Adam Turner2023-02-181-3/+3
* Run pyupgrade (#11070)Adam Turner2023-01-021-1/+1
* Use PEP 604 typesAdam Turner2023-01-011-7/+7
* Use PEP 595 typesAdam Turner2023-01-011-11/+11
* Insert ``from __future__ import annotations``Adam Turner2023-01-011-0/+2
* Factor out HTML 4 translator (#11051)Adam Turner2022-12-301-3/+3
* Update typing ignores for mypy 0.990Adam Turner2022-11-131-1/+1
* Run the ``pyupgrade`` toolAdam Turner2022-10-171-2/+2
* Fix more strict static typing errors (#10681)danieleades2022-08-281-7/+9
* Remove unneeded `noqa` lint suppression comments (#10772)danieleades2022-08-281-1/+1
* Improve static typing strictness (#10569)danieleades2022-07-181-2/+2
* Remove copyright and licence fieldsAdam Turner2022-02-201-3/+0
* Conform to PEP 257 summary line conventionsAdam Turner2022-02-201-2/+1
* Fix module docstring indentationAdam Turner2022-02-201-3/+3
* Fix module docstring first lineAdam Turner2022-02-201-2/+1
* Remove module titles in docstringsAdam Turner2022-02-191-3/+0
* A happy new year!Takeshi KOMIYA2022-01-011-1/+1
* 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