Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-20Remove copyright and licence fieldsAdam Turner
2022-02-20Conform to PEP 257 summary line conventionsAdam Turner
2022-02-20Fix module docstring indentationAdam Turner
2022-02-20Fix module docstring first lineAdam Turner
2022-02-20Remove module titles in docstringsAdam Turner
2022-01-01A happy new year!Takeshi KOMIYA
2021-03-15refactor: Use PEP-526 based variable annotation (sphinx.ext)Takeshi KOMIYA
2021-03-13refactor: Add a type alias for the option_spec of directives; OptionSpecTakeshi KOMIYA
2021-01-27graphviz: Image node is not rendered if graph file is in subdir (refs: #8232)Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-11-20Fix #8454: graphviz: The layout option for graph and digraph don't workTakeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-08-05Don't copy graphviz.css when building man pagesChris Mayo
2020-06-14Fix exception causes all over the codebaseRam Rachum
2020-05-05Introduce fips safe sha1, see issue #7611Lars Hupfeldt
2020-01-01A happy new year!Takeshi KOMIYA
2019-12-27Close #6966: graphviz: Support ``:class:`` optionTakeshi KOMIYA
2019-06-30Migrate to py3 style type annotation: sphinx.ext.graphvizTakeshi KOMIYA
2019-06-02Close #5124: graphviz: :graphviz_dot: option is renamed to :layout:Takeshi KOMIYA
2019-02-27Merge pull request #6111 from tk0miya/6028_make_graphviz_reproducibleTakeshi KOMIYA
2019-02-27Fix #6028: graphviz: Ensure the graphviz filenames are reproducibleTakeshi KOMIYA
2019-01-13Use subprocess.run() instead of Popen()Takeshi KOMIYA
2019-01-02Merge branch '1.8'Takeshi KOMIYA
2019-01-02A happy new year!Takeshi KOMIYA
2018-12-19Replace EnvironmentError and IOError by OSErrorTakeshi KOMIYA
2018-12-17Merge pull request #5819 from jdufresne/coding-commentTakeshi KOMIYA
2018-12-16Remove unnecessary encoding cookie from Python source filesJon Dufresne
2018-12-16Remove redundant coerce to str in string formattingJon Dufresne
2018-12-16Merge pull request #5803 from jdufresne/encoding-utf8Takeshi KOMIYA
2018-12-16Avoid respecifying default encoding for .encode()/.decode() callsJon Dufresne
2018-12-15Replace ENOENT errno checks with Python 3 FileNotFoundErrorJon Dufresne
2018-12-15Replace all "unicode" type by "str"Takeshi KOMIYA
2018-12-14Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA
2018-12-11Simplify open() call by removing default modeJon Dufresne
2018-12-08Fix annotationsTakeshi KOMIYA
2018-12-03refactor figure_wrapper() using state.inline_text()Takeshi KOMIYA
2018-12-03Add SphinxTranslator as an abstract classTakeshi KOMIYA
2018-12-01Fix annotations for Directives (Replace N_co with nodes.Node)Takeshi KOMIYA
2018-11-30Fix annotations for extensionsTakeshi KOMIYA
2018-11-29Fix annotations for minor methods and functionsTakeshi KOMIYA
2018-11-28Fix annotaions for extensionsTakeshi KOMIYA
2018-11-24Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA
2018-10-31Merge branch '1.8'Takeshi KOMIYA
2018-10-17Correctly deal with non-existing static dir in graphviz extensionJeroen Demeyer
2018-10-16Merge branch '1.8'Takeshi KOMIYA
2018-10-16Fix mypy violationsTakeshi KOMIYA
2018-09-22Merge branch 'master' into HEADTakeshi KOMIYA
2018-09-11Remove unnecessary object from class definitionsJon Dufresne
2018-09-11Prefer builtin open() over io.open() and codecs.open()Jon Dufresne
2018-08-21graphviz: Don't use document.current_sourceTakeshi KOMIYA