summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch '5.x'Adam Turner2022-06-161-1/+1
|\ \ | |/
| * Fix inline literal markup in templating.rstAdam Turner2022-06-161-1/+1
| |
* | Merge branch '5.x'Adam Turner2022-06-1613-24/+40
|\ \ | |/ | | | | | | | | | | # Conflicts: # .github/workflows/builddoc.yml # .github/workflows/lint.yml # sphinx/registry.py
| * Update GitHub Actions versions (#10561)Adam Turner2022-06-161-2/+2
| |
| * Remove traces of Python 2 and 3.5 (#10560)Adam Turner2022-06-162-3/+3
| |
| * Allow emphasising placeholders in `option` directives (#10366)Martin Liška2022-06-162-0/+12
| | | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
| * Simplify Sphinx's Stemmer (#10467)Adam Turner2022-06-161-0/+5
| |
| * Replace doclinter with sphinx-lint (#10389)Julien Palard2022-06-169-19/+18
| | | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* | Remove deprecated items for Sphinx 6.0 (#10471)Adam Turner2022-06-162-52/+2
| |
* | Drop python 3.6 support (#10468)Takeshi KOMIYA2022-06-163-8/+8
|/
* Merge branch '5.0.x' into 5.xTakeshi KOMIYA2022-06-172-1/+12
|\
| * Add `nav.contents` everywhere that `div.topic` is usedAdam Turner2022-06-071-0/+1
| |
| * Merge remote-tracking branch 'upstream/5.0.x' into fix-double-bracketsAdam Turner2022-06-061-1/+2
| |\ | | | | | | | | | | | | # Conflicts: # CHANGES
| | * Add `aside.topic` for Docutils 0.18+ (sphinx13)Adam Turner2022-06-041-1/+2
| | |
| * | Fix an example in the templating documentAdam Turner2022-06-041-1/+1
| | | | | | | | | Co-authored-by: Matthias Geier <Matthias.Geier@gmail.com>
| * | Add docutils_version_info to `StandaloneHTMLBuilder.globalcontext`Adam Turner2022-06-041-0/+9
| |/
* | Merge branch '5.0.x' into 5.xTakeshi KOMIYA2022-05-291-2/+4
|\ \ | |/
| * Merge remote-tracking branch 'upstream/5.0.x' into lang-none-enAdam Turner2022-05-282-1/+11
| |\
| * | doc: The default setting of "language" has been changed since v5.0Takeshi KOMIYA2022-05-281-2/+4
| | |
* | | Merge branch '5.0.x' into 5.xTakeshi KOMIYA2022-05-282-1/+11
|\ \ \ | | |/ | |/|
| * | Merge branch '4.x' into 5.0.xTakeshi KOMIYA2022-05-281-1/+1
| |\ \
| | * \ Merge branch '4.5.x' into 4.xTakeshi KOMIYA2022-05-281-1/+1
| | |\ \
| | | * | Update URL for requestsTakeshi KOMIYA2022-05-281-1/+1
| | | | |
| * | | | Merge pull request #10464 from tk0miya/10461_doc_code-block_class_optionTakeshi KOMIYA2022-05-281-0/+10
| |\ \ \ \ | | |_|_|/ | |/| | | doc: Add an explanation for :class: option of code-block directive
| | * | | Close #10461: doc: Add an explanation for :class: option of code-block directiveTakeshi KOMIYA2022-05-221-0/+10
| | | | |
* | | | | Merge branch '5.0.x' into 5.xTakeshi KOMIYA2022-05-231-7/+10
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #10386 from mxd4/10384-comment-img-magickTakeshi KOMIYA2022-05-221-7/+10
| |\ \ \ \ | | |/ / / | |/| | | Add comments on ImageMagick requirement
| | * | | #10384 - Grammarmxd42022-05-021-3/+3
| | | | |
| | * | | #10384 - Fix flake8mxd42022-05-021-1/+1
| | | | |
| | * | | #10384 - Explicit warning and improve doc claritymxd42022-05-021-7/+9
| | | | |
| | * | | #10384 - Changes after suggestionsmxd42022-05-021-3/+3
| | | | |
| | * | | #10384 - Add line break to fix docslintmxd42022-05-021-1/+2
| | | | |
| | * | | #10384 - Add comment on ImageMagick requirementmxd42022-05-021-1/+1
| | | | |
* | | | | doc: Fix syntax errorTakeshi KOMIYA2022-05-221-2/+2
| | | | | | | | | | | | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* | | | | Fix #10344: docs: Update explanation for copying static files manuallyTakeshi KOMIYA2022-05-151-5/+5
|/ / / /
* | | | Mark sphinx.io:read_doc() deprecatedTakeshi KOMIYA2022-05-081-0/+5
| | | |
* | | | Merge branch '4.x' into 5.xTakeshi KOMIYA2022-05-062-2/+32
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #10251 from jbms/fix-inline-syntax-highlightTakeshi KOMIYA2022-05-062-2/+32
| |\ \ \ | | |_|/ | |/| | Make code role highlighting consistent with code-block directive
| | * | Make code role highlighting consistent with code-block directiveJeremy Maitin-Shepard2022-03-192-2/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/sphinx-doc/sphinx/issues/5157 This is factored out of the sphinx-immaterial theme: https://github.com/jbms/sphinx-immaterial/blob/1ef121a612d4f5afc2a9ca9c4e3f20fca89065e8/sphinx_immaterial/inlinesyntaxhighlight.py#L1 See also: https://github.com/sphinx-doc/sphinx/pull/6916
* | | | Merge pull request #10412 from ↵Takeshi KOMIYA2022-05-051-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | tk0miya/deprecate_sphinx.util.docutils.__version_info__ Remove sphinx.util.docutils.__version_info__ on 7.0
| * | | | Remove sphinx.util.docutils.__version_info__ on 7.0Takeshi KOMIYA2022-05-031-0/+5
| | | | |
* | | | | Merge pull request #10345 from ↵Takeshi KOMIYA2022-05-031-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Thecarisma/fix-theming-add-static-file-documentation Refractor the example in 'Add your own static files to the build assets' documentation section
| * | | | Fix the example in 'Add your own static files to the build assets' ↵Adewale Azeez2022-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | documentation section
* | | | | Merge pull request #10381 from tk0miya/deprecation_for_docutils-0.13Takeshi KOMIYA2022-05-031-0/+10
|\ \ \ \ \ | | | | | | | | | | | | Mark APIs for docutils-0.13 deprecated and remove monkey-patch for it
| * | | | | Deprecate: html5_ready and is_html5_writer_available()Takeshi KOMIYA2022-05-031-0/+10
| | | | | |
* | | | | | Merge pull request #10388 from soxofaan/patch-1Takeshi KOMIYA2022-05-031-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | sphinx.ext.napoleon docs: fix Google style link
| * | | | | sphinx.ext.napoleon docs: fix Google style linkStefaan Lippens2022-04-251-2/+2
| | | | | |
* | | | | | Merge branch '5.x' into fix-warningsAdam Turner2022-05-023-2/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # tests/test_search.py
| * \ \ \ \ \ Merge pull request #10164 from AA-Turner/bump-docutilsTakeshi KOMIYA2022-05-031-1/+1
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | Bump Docutils dependency
| | * | | | | Bump Docutils dependencyAdam Turner2022-04-191-1/+1
| | | | | | |