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
2018-08-07Merge branch 'master' into graphviz_width_of_svgTakeshi KOMIYA
2018-08-06graphviz: rename docpath -> docnameRok Roskar
2018-08-06graphviz: add document name to graphviz nodeRok Roskar
2018-08-06graphviz: make path construction more readableRok Roskar
2018-08-06graphviz: run dot in the document directoryRok Roskar
2018-08-05Fix #5002: graphviz: SVGs do not adapt to the column widthTakeshi KOMIYA
2018-05-11refactor: Replace Directive by SphinxDirectiveTakeshi KOMIYA
2018-04-21Allow imgcls as class for SVG Graphviz <object>Michael Goerz
2018-04-20Wrap graphviz diagrams in <div class="graphviz">Michael Goerz
2018-03-17Merge branch '1.7'Takeshi KOMIYA
2018-03-13Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA
2018-03-03Merge branch 'master' into dont_stringify_exceptionsTakeshi KOMIYA
2018-03-03Use six.text_type to stringify exceptionsTakeshi KOMIYA
2018-03-03Make console and warning messages translatableTakeshi KOMIYA
2018-02-17Merge pull request #4616 from tk0miya/use_typing.TYPE_CHECKINGTakeshi KOMIYA
2018-02-17Fit graphviz images to page.Roman Kapl
2018-02-14Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA
2018-01-29Merge branch 'stable' into 1.7-releaseTakeshi KOMIYA
2018-01-29Fix mypy violationsTakeshi KOMIYA
2018-01-29Fix graphviz: workaround for wrong map ID which graphviz generatesTakeshi KOMIYA
2018-01-29Fix #4501: graphviz: epub3 validation error caused if graph is not clickableTakeshi KOMIYA
2018-01-27Use flake8-import-orderTakeshi KOMIYA
2017-12-31A happy new year!Takeshi KOMIYA
2017-09-24Fix ext.graphviz alignment.Oliver Sanders
2017-06-25Fix #3833: command line messages are translated unintentionallyTakeshi KOMIYA
2017-04-19Make messages translatableTakeshi KOMIYA
2017-03-26Merge branch 'stable'Takeshi KOMIYA
2017-03-26Year++Takeshi KOMIYA
2017-03-03Upgrade to mypy-0.5Takeshi KOMIYA
2017-01-05Drop deprecated options for graphviz extensionTakeshi KOMIYA
2017-01-02Use loggersTakeshi KOMIYA
2016-12-13``sphinx.util.compat.Directive`` class is now deprecated.Takeshi KOMIYA
2016-11-16Add type-check annotations to sphinx.extTakeshi KOMIYA
2016-11-12#3136: Add ``:name:`` option to the directives in ``sphinx.ext.graphviz``Takeshi KOMIYA
2016-05-28#2575: Now ``sphinx.ext.graphviz`` allows ``:align:`` optionTakeshi KOMIYA
2016-05-25Refactor code using ``with`` syntaxTakeshi KOMIYA
2016-02-22``sphinx.ext.graphviz`` supports graph substituions by localeTakeshi KOMIYA
2016-01-18Fix condition of graphviz warningTakeshi KOMIYA
2016-01-18Fix #656: Add ``graphviz_dot`` option to graphviz directives to switch the ``...Takeshi KOMIYA
2016-01-18Remove unused variable: _graphviz_warned_ps2pdfTakeshi KOMIYA
2016-01-18Fix #2221: graphviz always warns about :inline: optionTakeshi KOMIYA
2016-01-17``sphinx.ext.graphviz``: show graph image in inline by defaultTakeshi KOMIYA
2016-01-15Obligatory copyright update.Georg Brandl
2015-12-16sphinx.ext.graphviz: use <object> instead of <img> to embed svgHong Xu
2015-03-14Support PEP-440 version spec for developers.shimizukawa
2015-03-08ext: pep8 fixesGeorg Brandl
2015-03-07enables flake8 E501 line too long, E502 the backslash is redundant between br...shimizukawa
2015-01-03Merge branch 'stable'Georg Brandl
2015-01-03all: update copyrightGeorg Brandl
2014-09-27Add imgpath property to all builderstk0miya