summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Expand)AuthorAgeFilesLines
...
* Fix translator class check in ``SigElementFallbackTransform`` (#11283)picnixz2023-04-071-1/+5
* Ensure arguments to ``PIL.Image.resize()`` are integers (#11288)James Reinders2023-04-061-1/+1
* autosummary: Support documenting inherited attributes (#10691)Jens Hedegaard Nielsen2023-04-061-7/+17
* Enable 'nit-picky mode' for Sphinx's documentationAdam Turner2023-04-066-29/+31
* Prefer ``importlib.metadata`` from Python 3.10 onwards (#11270)panhongtao2023-04-062-6/+8
* Support type comments in ``PropertyDocumenter`` (#11298)picnixz2023-04-061-23/+36
* Clean up the CNAME file in ``sphinx.ext.githubpages`` (#11295)Martin Liška2023-04-061-13/+38
* Autosummary: Extend ``__all__`` members to template rendering (#10811)Clément Pinard2023-04-061-3/+49
* Resolve lint errors from Ruff 0.0.261Adam Turner2023-04-051-2/+1
* Only use ``_write_doc_doctree_cache`` in serial mode (#11290)Martin Liška2023-04-051-5/+11
* Add an option for displaying short ``Literal`` types (#11109)Adam Turner2023-04-051-0/+5
* support for imgmath_latex=tectonic (#11281)Dimitar Dimitrov2023-04-031-4/+15
* Consider duplicate names when using image post transforms (#11113)aaron-cooper2023-04-031-1/+2
* Fix error message wording in builders/latex/transforms.pyJean-François B2023-04-011-3/+5
* Resolve lint errors from Ruff 0.0.260Adam Turner2023-03-313-3/+4
* Fix #11274: external links may break PDF build if under \sphinxupquoteJean-François B2023-03-311-2/+9
* LaTeX: rename ``\sphinxnotetitle`` into ``\sphinxstylenotetitle`` (etc)Jean-François B2023-03-272-24/+22
* LaTeX: let \sphinxremovefinalcolon work also if no colon in inputJean-François B2023-03-271-7/+18
* Fix typos found by codespellDimitri Papadopoulos2023-03-2710-13/+13
* LaTeX: add \sphinxnotetitle et al.Jean-François B2023-03-262-40/+76
* LaTeX: let mark-up for seealso directive use explicit colon (fix #11264)Jean-François B2023-03-262-2/+2
* Remove ``sphinx.locale.setlocale``Adam Turner2023-03-246-33/+12
* Speed up ``test_linkcheck``Adam Turner2023-03-241-1/+1
* Resolve lint errors from Ruff 0.0.259Adam Turner2023-03-231-1/+1
* Add missing quotes in html 4 deprecation textRafael Fontenelle2023-03-211-1/+1
* LaTeX: comment applied workaround to pict2e 0.4b breaking ellipse.styJean-François B2023-03-201-7/+4
* LaTeX: unneeded 4 code lines from #11254 trimmedJean-François B2023-03-191-5/+1
* LaTeX: support elliptical corners in rounded boxesJean-François B2023-03-191-46/+175
* LaTeX: fix nits with some mark-up in doc and code commentJean-François B2023-03-192-2/+2
* LaTeX: add <prefix>_{TeXcolor,TeXextras} optionsJean-François B2023-03-195-30/+97
* LaTeX: refactor some internals related to color namesJean-François B2023-03-195-29/+43
* LaTeX: reset options in nested \sphinxbox'esJean-François B2023-03-192-10/+43
* Resolve lint errors from Ruff 0.0.257Adam Turner2023-03-181-5/+5
* Remove useless compatability importsAdam Turner2023-03-171-7/+0
* Split ``sphinx.application.builtin_extensions`` into groupsAdam Turner2023-03-171-4/+10
* Miscellaneous ``intersphinx`` refactorsAdam Turner2023-03-171-9/+15
* Improve static typing in ``intersphinx`` et alAdam Turner2023-03-173-23/+52
* Deprecate legacy ``intersphinx_mapping`` format (#11247)Adam Turner2023-03-171-0/+8
* Include source in highlighting warnings (#11150)Jeremy Maitin-Shepard2023-03-171-2/+2
* Remove deprecated code in ``sphinx.builders.linkcheck`` (#11089)danieleades2023-03-171-8/+4
* [bot]: Update message catalogues (#10889)github-actions[bot]2023-03-17128-39065/+37760
* Split up logic in ``sphinx.transforms.i18n.Locale.apply`` (#11166)Jean Abou-Samra2023-03-151-242/+261
* LaTeX: let rounded boxes support up to 4 distinct border-widthsJean-François B2023-03-152-120/+104
* LaTeX: fix a ad3235421 regression with pre_box-shadow-TeXcolorJean-François B2023-03-153-3/+4
* Update translations workflow for new ``tx`` clientAdam Turner2023-03-151-1/+1
* Dummy commit to re-launch Windows CI (instance of #11232)Jean-François B2023-03-151-1/+0
* LaTeX: fix rounded boxes stroke twice their bordersJean-François B2023-03-151-1/+1
* LaTeX: add boolean option addstrut to \sphinxbox/\sphinxboxsetupJean-François B2023-03-142-1/+10
* LaTeX: also admonition directives support box-decoration-break=sliceJean-François B2023-03-133-7/+19
* LaTeX: add support for div.topic_box-decoration-break=sliceJean-François B2023-03-132-11/+23