summaryrefslogtreecommitdiff
path: root/sphinx/util
Commit message (Expand)AuthorAgeFilesLines
* Protect isenumclass predicate against non-class argumentsBryan Van de Ven2017-05-111-1/+1
* Fix #3685: AttributeError when using 3rd party domainsTakeshi KOMIYA2017-05-031-1/+2
* Fix #3614: Sphinx crashes with requests-2.5.0Takeshi KOMIYA2017-04-081-2/+12
* Year++Takeshi KOMIYA2017-03-2625-25/+25
* Allow running Sphinx without sslJeroen Demeyer2017-03-151-17/+21
* Make docfield xref changes backwards compatibleJakob Lykke Andersen2017-03-111-21/+22
* Add callback on domains for xrefs from fields.Jakob Lykke Andersen2017-03-081-15/+16
* Fix #3427: autodoc: memory addresses are not stripped on WindowsTakeshi KOMIYA2017-02-171-1/+1
* Fix parselinenos() could not parse left half open range (cf. "-4")Takeshi KOMIYA2017-02-121-5/+8
* Support requests-2.0.0 (experimental) (refs: #3367)Takeshi KOMIYA2017-01-291-11/+26
* Merge pull request #3342 from jfbu/fixunicodeinparsedliteralJean-François B2017-01-151-20/+20
|\
| * Fix Unicode super- and subscript digits in LaTeX parsed-literaljfbu2017-01-151-20/+20
* | fixed #3335: gettext does not extract field_name of a field in a field_listshimizukawa2017-01-151-0/+1
* | node.source and node.line attributes are set for figure caption and nodes.tit...shimizukawa2017-01-151-2/+0
* | Update special support nodes for gettext processing.shimizukawa2017-01-151-10/+6
|/
* refs #3329: emit warnings if po file is invalid and can't read it. Also writi...shimizukawa2017-01-131-4/+13
* Fix flake8 violationsTakeshi KOMIYA2017-01-123-4/+4
* Fix flake8 violationsTakeshi KOMIYA2017-01-126-23/+23
* Fix copy_asset_file() rewrote destination-filenameTakeshi KOMIYA2017-01-091-1/+3
* Fix Sphinx crashes on parallel build with an extension which raises unseriali...Takeshi KOMIYA2017-01-081-1/+2
* Fix #3268: Sphinx crashes with requests package from Debian jessieTakeshi KOMIYA2017-01-071-1/+6
* Hide builtin extension on tracebackTakeshi KOMIYA2016-12-251-3/+4
* Fix #3255: In Py3.4 environment, autodoc doesn't support documentation for at...shimizukawa2016-12-171-0/+7
* Fix #185: References to section title including raw node has brokenTakeshi KOMIYA2016-12-171-0/+2
* Fix version comparison (refs: #3217)Takeshi KOMIYA2016-12-121-0/+4
* Fix #3205: sphinx.util.requests crashes with old pyOpenSSL (< 0.14)Takeshi KOMIYA2016-12-111-1/+2
* Merge pull request #3182 from sphinx-doc/enable-warnsTakayuki SHIMIZUKAWA2016-12-042-6/+9
|\
| * Inprovement of warnings mechanism. Now support disabling emit warnings and ad...shimizukawa2016-12-041-1/+2
| * Emit several warnings that will be deprecated in Sphinx 1.6. There is no way ...shimizukawa2016-12-042-5/+7
* | Merge branch 'stable' into 1.5-releaseTakeshi KOMIYA2016-12-031-1/+1
|\ \
| * | Update the regex in util.split_docinfo so that it parses multi-line field bod...Junpei Kawamoto2016-12-021-1/+1
* | | Fix typo (ref: #3181)Takeshi KOMIYA2016-12-031-1/+1
| |/ |/|
* | Fix #3128: globing images does not support .svgz fileTakeshi KOMIYA2016-12-031-0/+1
* | Fix #3181: pLaTeX crashes with a section contains emdashTakeshi KOMIYA2016-11-251-0/+1
* | Merge branch 'stable' into 1.5-releaseTakeshi KOMIYA2016-11-231-0/+3
|\ \ | |/
| * * #3093: gettext build broken on image node under ``note`` directive.shimizukawa2016-11-201-0/+1
| * refs #3093: gettext build broken on substituted images.shimizukawa2016-11-201-0/+2
* | Revert "Add ``config-inited`` event"Takeshi KOMIYA2016-11-201-10/+0
* | Merge pull request #3156 from tk0miya/3095_tls_cacertsTakeshi KOMIYA2016-11-201-1/+59
|\ \
| * | Fix #3095: Add tls_verify and tls_cacerts to support self-signed serversTakeshi KOMIYA2016-11-171-1/+59
* | | Add ``config-inited`` eventTakeshi KOMIYA2016-11-181-0/+10
|/ /
* | Merge branch 'stable' into 1.5-releaseTakeshi KOMIYA2016-11-166-1/+6
|\ \ | |/
| * insert blank line(s) to adapt latest flake8/pycodestyleshimizukawa2016-11-166-1/+6
* | Closes #3060: autodoc supports documentation for attributes of Enum class. No...shimizukawa2016-10-281-0/+12
* | Merge pull request #3052 from doctorlard/figure_language_filename_tokens_2Takeshi KOMIYA2016-10-141-3/+9
|\ \
| * | Fix #3028: figure_language_filename format tokens, document tokens.Jonathan Harker2016-10-131-3/+9
* | | sphinx-quickstart supports user templates (ref: #2912)Takeshi KOMIYA2016-10-131-0/+4
|/ /
* | Refactor: move process_only_nodes() to sphinx.util.nodesTakeshi KOMIYA2016-10-111-0/+21
* | Fix #3008: ``linkcheck`` builder ignores self-signed certificate URLTakeshi KOMIYA2016-10-061-0/+12
* | Fix #2988: linkcheck: retry with GET request if denied HEAD requestTakeshi KOMIYA2016-10-041-1/+1