index
:
delta/python-packages/sphinx-git.git
1.8.x
3.2.x
3.3.x
3.4.x
3.5.x
3.x
4.0.x
4.1.x
4.2.x
4.3.x
4.4.x
4.x
4606_incorrect_location_of_docstring
7.0.x
7613_class__signature__
7727_autosummary_PycodeError
7996_man_make_section_directory
8321_linkcheck_tel_links
8342_warning_for_unknown_domain
8349_sphinx-contrib
9864_mathjax_loading_method
bot/pull-translations
cleanup_napoleon
dependabot/github_actions/peter-evans/create-pull-request-5
dependabot/npm_and_yarn/follow-redirects-1.14.7
dependabot/npm_and_yarn/http-proxy-1.18.1
master
mypy-0.790
support_py310
github.com: sphinx-doc/sphinx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sphinx
/
ext
/
graphviz.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
html builder: Append CRC32 checksum to asset URIs (#11415)
Adam Turner
2023-05-11
1
-8
/
+8
*
Fix COM812
Adam Turner
2023-02-18
1
-3
/
+3
*
Run pyupgrade (#11070)
Adam Turner
2023-01-02
1
-1
/
+1
*
Use PEP 604 types
Adam Turner
2023-01-01
1
-7
/
+7
*
Use PEP 595 types
Adam Turner
2023-01-01
1
-11
/
+11
*
Insert ``from __future__ import annotations``
Adam Turner
2023-01-01
1
-0
/
+2
*
Factor out HTML 4 translator (#11051)
Adam Turner
2022-12-30
1
-3
/
+3
*
Update typing ignores for mypy 0.990
Adam Turner
2022-11-13
1
-1
/
+1
*
Run the ``pyupgrade`` tool
Adam Turner
2022-10-17
1
-2
/
+2
*
Fix more strict static typing errors (#10681)
danieleades
2022-08-28
1
-7
/
+9
*
Remove unneeded `noqa` lint suppression comments (#10772)
danieleades
2022-08-28
1
-1
/
+1
*
Improve static typing strictness (#10569)
danieleades
2022-07-18
1
-2
/
+2
*
Remove copyright and licence fields
Adam Turner
2022-02-20
1
-3
/
+0
*
Conform to PEP 257 summary line conventions
Adam Turner
2022-02-20
1
-2
/
+1
*
Fix module docstring indentation
Adam Turner
2022-02-20
1
-3
/
+3
*
Fix module docstring first line
Adam Turner
2022-02-20
1
-2
/
+1
*
Remove module titles in docstrings
Adam Turner
2022-02-19
1
-3
/
+0
*
A happy new year!
Takeshi KOMIYA
2022-01-01
1
-1
/
+1
*
refactor: Use PEP-526 based variable annotation (sphinx.ext)
Takeshi KOMIYA
2021-03-15
1
-2
/
+2
*
refactor: Add a type alias for the option_spec of directives; OptionSpec
Takeshi KOMIYA
2021-03-13
1
-2
/
+3
*
graphviz: Image node is not rendered if graph file is in subdir (refs: #8232)
Takeshi KOMIYA
2021-01-28
1
-10
/
+17
*
A happy new year!
Takeshi KOMIYA
2021-01-01
1
-1
/
+1
*
Fix #8454: graphviz: The layout option for graph and digraph don't work
Takeshi KOMIYA
2020-11-20
1
-1
/
+4
*
Sort imports with isort
François Freitag
2020-11-11
1
-1
/
+1
*
Don't copy graphviz.css when building man pages
Chris Mayo
2020-08-05
1
-1
/
+1
*
Fix exception causes all over the codebase
Ram Rachum
2020-06-14
1
-4
/
+4
*
Introduce fips safe sha1, see issue #7611
Lars Hupfeldt
2020-05-05
1
-2
/
+1
*
A happy new year!
Takeshi KOMIYA
2020-01-01
1
-1
/
+1
*
Close #6966: graphviz: Support ``:class:`` option
Takeshi KOMIYA
2019-12-27
1
-4
/
+8
*
Migrate to py3 style type annotation: sphinx.ext.graphviz
Takeshi KOMIYA
2019-07-01
1
-51
/
+33
*
Close #5124: graphviz: :graphviz_dot: option is renamed to :layout:
Takeshi KOMIYA
2019-06-02
1
-1
/
+4
*
Merge pull request #6111 from tk0miya/6028_make_graphviz_reproducible
Takeshi KOMIYA
2019-02-27
1
-3
/
+1
|
\
|
*
Fix #6028: graphviz: Ensure the graphviz filenames are reproducible
Takeshi KOMIYA
2019-02-27
1
-3
/
+1
*
|
Use subprocess.run() instead of Popen()
Takeshi KOMIYA
2019-01-13
1
-19
/
+13
*
|
Merge branch '1.8'
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
|
\
\
|
|
/
|
*
A happy new year!
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
*
|
Replace EnvironmentError and IOError by OSError
Takeshi KOMIYA
2018-12-19
1
-5
/
+3
*
|
Merge pull request #5819 from jdufresne/coding-comment
Takeshi KOMIYA
2018-12-17
1
-1
/
+0
|
\
\
|
*
|
Remove unnecessary encoding cookie from Python source files
Jon Dufresne
2018-12-16
1
-1
/
+0
*
|
|
Remove redundant coerce to str in string formatting
Jon Dufresne
2018-12-16
1
-4
/
+3
|
/
/
*
|
Merge pull request #5803 from jdufresne/encoding-utf8
Takeshi KOMIYA
2018-12-16
1
-3
/
+3
|
\
\
|
*
|
Avoid respecifying default encoding for .encode()/.decode() calls
Jon Dufresne
2018-12-15
1
-3
/
+3
*
|
|
Replace ENOENT errno checks with Python 3 FileNotFoundError
Jon Dufresne
2018-12-15
1
-4
/
+2
|
/
/
*
|
Replace all "unicode" type by "str"
Takeshi KOMIYA
2018-12-15
1
-12
/
+11
*
|
Move to py3 mode for mypy (and remove many "type: ignore" comments)
Takeshi KOMIYA
2018-12-15
1
-2
/
+2
*
|
Simplify open() call by removing default mode
Jon Dufresne
2018-12-11
1
-2
/
+2
*
|
Fix annotations
Takeshi KOMIYA
2018-12-08
1
-5
/
+1
*
|
refactor figure_wrapper() using state.inline_text()
Takeshi KOMIYA
2018-12-04
1
-7
/
+5
*
|
Add SphinxTranslator as an abstract class
Takeshi KOMIYA
2018-12-03
1
-2
/
+3
*
|
Fix annotations for Directives (Replace N_co with nodes.Node)
Takeshi KOMIYA
2018-12-01
1
-4
/
+4
[next]