summaryrefslogtreecommitdiff
path: root/sphinx/util
Commit message (Expand)AuthorAgeFilesLines
* Fix #7120: html: crashed when on scaling SVG images which have float dimentionsTakeshi KOMIYA2020-02-091-0/+2
* Fix #7095: dirhtml: Cross references are broken via intersphinx and :doc:Takeshi KOMIYA2020-02-071-1/+1
* Merge branch '2.0' into 6418_autodoc_typehints_descriptionTakeshi KOMIYA2020-01-301-0/+2
|\
| * Deprecate sphinx.util.inspect:safe_getmembers()Takeshi KOMIYA2020-01-251-0/+2
* | Add a new extension: sphinx.ext.autodoc.typehintsTakeshi KOMIYA2020-01-251-0/+2
|/
* Fix #7023: autodoc: nested partial functions are not listedTakeshi KOMIYA2020-01-171-6/+14
* Merge branch '2.0' into refactor_SphinxTranslator2Takeshi KOMIYA2020-01-111-6/+105
|\
| * Merge pull request #7012 from tk0miya/support_pep570Takeshi KOMIYA2020-01-111-5/+11
| |\
| | * autodoc: Support Positional-Only Argument separator (PEP-570 compliant)Takeshi KOMIYA2020-01-111-5/+11
| * | refactor: Simplify stringify_signature()Takeshi KOMIYA2020-01-111-23/+13
| |/
| * Merge pull request #7002 from tk0miya/refactor_Signature2Takeshi KOMIYA2020-01-111-6/+109
| |\
| | * refactor: Add sphinx.util.inspect.signature()Takeshi KOMIYA2020-01-091-6/+109
* | | SphinxTranslator calls visitor/departure method for super node classTakeshi KOMIYA2020-01-101-1/+40
|/ /
* | Merge pull request #6996 from tk0miya/refactor_kwargsTakeshi KOMIYA2020-01-091-10/+10
|\ \ | |/ |/|
| * refactor: Rename var keyword argument to "**kwargs"Takeshi KOMIYA2020-01-081-10/+10
* | Adds Adobe Illustrator (.ai) to sphinx.ext.imgconverterModelmat2020-01-081-0/+1
|/
* Add sphinx.util.typing:stringify() to represent annotations as stringTakeshi KOMIYA2020-01-052-156/+173
* Add sphinx.util.nodes:make_id() to generate better node_idTakeshi KOMIYA2020-01-021-0/+23
* A happy new year!Takeshi KOMIYA2020-01-0129-29/+29
* mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-309-17/+19
* Deprecate sphinx.util:detect_encoding() and ModuleAnalyzer.encodingTakeshi KOMIYA2019-12-271-0/+2
* Deprecate sphinx.util:get_module_source()Takeshi KOMIYA2019-12-271-0/+2
* Migrate to py3 style type annotation: sphinx.utilTakeshi KOMIYA2019-12-251-2/+1
* Replace `a and b or c` by the more legible `b if a or c`.Antony Lee2019-12-211-1/+1
* Fix #6855: Non-RST translated text should be parsed by the appropriate parserJames McKinney2019-12-161-1/+13
* LaTeX: avoid quotes and TeX ligature replacements in PDF outputjfbu2019-12-151-6/+31
* Fix #6887: Sphinx crashes with docutils-0.16b0Takeshi KOMIYA2019-12-141-1/+1
* Merge branch '2.2.2' into 2.0Takeshi KOMIYA2019-12-031-1/+8
|\
| * Fix #6803: Disable parallel build on macOS and py38+Takeshi KOMIYA2019-12-011-1/+8
* | Fix misplaced flags in re.sub() callJakub Wilk2019-11-201-1/+1
* | Merge pull request #6845 from jfbu/latex_do_not_escape_verticalbarcharJean-François B2019-11-181-2/+0
|\ \
| * | LaTeX: stop escaping | to LaTeX macro, except if in an index entryjfbu2019-11-181-2/+0
* | | Merge pull request #6834 from tk0miya/6738_deprecated_tex_escape_mapTakeshi KOMIYA2019-11-192-40/+36
|\ \ \ | |/ / |/| |
| * | Make escape() and hlescape() as public APIs of texescapeTakeshi KOMIYA2019-11-162-31/+15
| * | Deprecate sphinx.util.texescape.tex_escape_mapTakeshi KOMIYA2019-11-161-15/+27
* | | LaTeX: escape fewer Unicode chars if engine is lualatex or xelatexjfbu2019-11-161-12/+18
|/ /
* | Fix #6738: latex: literal_block does not support raw unicode charactersTakeshi KOMIYA2019-11-161-2/+26
* | Merge branch '2.0' into 6738_new_escape_for_unicode_latex_engineJean-François B2019-11-152-4/+22
|\ \
| * \ Merge branch '2.2.2' into 2.0jfbu2019-11-061-2/+1
| |\ \ | | |/
| | * Don't return False always on __exit__()Takeshi KOMIYA2019-10-201-2/+1
| * | Close #1331: Change default User-Agent headerTakeshi KOMIYA2019-10-271-2/+21
* | | Do not replace unicode characters by LaTeX macros on unicode supported LaTeX ...Takeshi KOMIYA2019-10-202-6/+32
|/ /
* | Merge branch '2.0' into 6712_optional_Path_importTakeshi KOMIYA2019-10-203-4/+4
|\ \ | |/
| * Fix mypy violations (for mypy-0.740)Takeshi KOMIYA2019-10-203-4/+4
* | Close #6712: Allow not to install sphinx.testing as runtime (for ALT Linux)Takeshi KOMIYA2019-10-131-2/+7
|/
* Fix mypy violations (for mypy-0.730)Takeshi KOMIYA2019-10-063-13/+13
* Fix #6605: autodoc: crashed when target code contains custom method-like objectsTakeshi KOMIYA2019-08-181-2/+5
* Switch uses of __import__ to importlib.get_module()Jon Dufresne2019-08-171-11/+8
* Merge pull request #6624 from tk0miya/6474_DocFieldTransformer_handles_non_Ob...Takeshi KOMIYA2019-08-181-1/+8
|\
| * Fix #6474: ``DocFieldTransformer`` raises AttributeErrorTakeshi KOMIYA2019-08-021-1/+8