summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
* Bump to 3.5.1 finalv3.5.1Takeshi KOMIYA2021-02-161-2/+2
* Merge pull request #8896 from tk0miya/8883_AttributeError_assigning_annotationsTakeshi KOMIYA2021-02-161-3/+3
|\
| * Fix #8883: autodoc: AttributeError on assigning __annotations__Takeshi KOMIYA2021-02-161-3/+3
* | Fix #8885: html: AttributeError for CSS/JS files on html_contextTakeshi KOMIYA2021-02-161-2/+14
* | refactor: html: Fix typoTakeshi KOMIYA2021-02-161-1/+1
|/
* Sometimes _viewcode_modules can be False; don't crash when it isDustin Spicuzza2021-02-151-1/+5
* Bump versionTakeshi KOMIYA2021-02-141-3/+3
* Bump to 3.5.0 finalv3.5.0Takeshi KOMIYA2021-02-141-2/+2
* Merge pull request #8867 from mitya57/update-stemmer-jsTakeshi KOMIYA2021-02-1449-42879/+12835
|\
| * language_data.js_t: Move endif to the right placeDmitry Shachnev2021-02-121-1/+2
| * Embed stemmer code into language_data.js by reading it from minified-js filesDmitry Shachnev2021-02-122-7/+30
| * Remove old minified versions of JS code, embedded in Python filesDmitry Shachnev2021-02-1214-86/+0
| * Add minified versions of libstemmer JS filesDmitry Shachnev2021-02-1216-0/+16
| * Update non-minified-js to the latest version from snowball v2.1.0Dmitry Shachnev2021-02-1216-42785/+12787
* | Merge pull request #8877 from jfbu/latex_better_fix_8838Jean-François B2021-02-121-1/+1
|\ \ | |/ |/|
| * Fix #8838 by forcing horizontal mode before inserting the penaltyjfbu2021-02-121-1/+1
* | mypy fixesJakob Lykke Andersen2021-02-122-2/+2
* | C++, add noroot option to alias directiveJakob Lykke Andersen2021-02-121-30/+58
* | C, add noroot option to alias directiveJakob Lykke Andersen2021-02-121-28/+59
* | C++, add recursiveness to aliasJakob Lykke Andersen2021-02-121-7/+49
* | C, fixes for alias directiveJakob Lykke Andersen2021-02-121-4/+19
|/
* Merge pull request #8839 from tk0miya/refactor_linkcheck9Takeshi KOMIYA2021-02-131-12/+27
|\
| * refactor: linkcheck: Remove next_check from Hyperlink objectTakeshi KOMIYA2021-02-131-12/+27
* | Merge pull request #8858 from tk0miya/refactor_latex_writerTakeshi KOMIYA2021-02-131-158/+159
|\ \
| * | refactor: LaTeX: replace \n\n by a constant BLANKLINETakeshi KOMIYA2021-02-111-15/+16
| * | refactor: LaTeX: replace \n by a constant CRTakeshi KOMIYA2021-02-111-145/+145
* | | Merge pull request #8866 from tk0miya/8865_IndexInSectionTitleTransformTakeshi KOMIYA2021-02-131-2/+3
|\ \ \ | |_|/ |/| |
| * | LaTeX: Restructure the index nodes inside title nodes only on LaTeX buildsTakeshi KOMIYA2021-02-111-2/+3
* | | refactor: linkcheck: Refine the constructor of Checker and CheckWorkerTakeshi KOMIYA2021-02-121-13/+34
* | | refactor: linkcheck: Separate thread manager feature from builder classTakeshi KOMIYA2021-02-121-33/+83
* | | searchtools: Don't use slideDown to show search results.Emilio Cobos Álvarez2021-02-101-7/+7
| |/ |/|
* | Merge pull request #8861 from tk0miya/refactor_latex_writer3Takeshi KOMIYA2021-02-111-23/+21
|\ \ | |/ |/|
| * refactor: LaTeX: Assign node_ids to footnotemark and footnotetextTakeshi KOMIYA2021-02-101-23/+21
* | Merge pull request #8865 from brechtm/pr/fix_transformsTakeshi KOMIYA2021-02-111-1/+1
|\ \
| * | SubstitutionDefinitionsRemove: only run for LaTeX builderBrecht Machiels2021-02-101-1/+1
* | | Minor style issue in texinputs/sphinx.styjfbu2021-02-091-1/+1
* | | s/node.attributes/node/ at one other locationjfbu2021-02-091-1/+1
* | | Update sphinx/writers/latex.pyJean-François B2021-02-091-1/+1
* | | Merge branch '3.x' into latex_hyperlinked_caption_footnotes_on_3.xjfbu2021-02-094-127/+380
|\ \ \
| * \ \ Merge pull request #8854 from jfbu/latex_longstringsincodeblocksJean-François B2021-02-091-3/+181
| |\ \ \ | | |_|/ | |/| |
| | * | Update CHANGES and docs relative to new verbatimforcewrapsjfbu2021-02-091-3/+4
| | * | Add forgotten minwidth computationjfbu2021-02-091-5/+9
| | * | Add verbatimmaxoverfull and verbatimmaxunderfulljfbu2021-02-091-3/+10
| | * | Support Unicode input when forcefully wrapping code linesjfbu2021-02-091-52/+128
| | * | LaTeX: optionally apply a second forceful wrapping of long code linesjfbu2021-02-081-3/+93
| * | | Merge pull request #8836 from tk0miya/refactor_latex_writer2Takeshi KOMIYA2021-02-091-21/+33
| |\ \ \
| | * | | refactor: LaTeX: separate self.body.append() call to single line outputTakeshi KOMIYA2021-02-061-21/+33
| * | | | i18n: Locale transform: Change heading syntax to work for both RST and MarkdownJames McKinney2021-02-081-1/+1
| | |/ / | |/| |
| * | | refactor: linkcheck: Deprecate attributes of linkcheck buildersTakeshi KOMIYA2021-02-071-9/+35
| * | | Merge pull request #8833 from tk0miya/refactor_linkcheck8Takeshi KOMIYA2021-02-071-1/+0
| |\ \ \