Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '3.x' | Takeshi KOMIYA | 2020-11-05 | 2 | -3/+12 |
|\ | |||||
| * | Merge pull request #8359 from sphinx-doc/8349_sphinx-contrib | Takeshi KOMIYA | 2020-11-03 | 1 | -3/+3 |
| |\ | | | | | | | doc: Update sphinx-contrib repos' URL (refs: #8349) | ||||
| | * | doc: Update sphinx-contrib repos' URL (refs: #8349)8349_sphinx-contrib | Takeshi KOMIYA | 2020-11-03 | 1 | -3/+3 |
| | | | |||||
| * | | Fix #6914: Emit a detailed warning when failed to resolve :ref: | Takeshi KOMIYA | 2020-11-03 | 1 | -0/+9 |
| |/ | | | | | | | | | | | | | | | | | To be clear the ambiguous warning for missing-reference :ref:, this separates the warning to missing-label and missing-caption. To emit a warning dynamically, this also adds a new event: `warn-missing-reference` to customize warning messages via event handlers. | ||||
* | | Merge pull request #8284 from tk0miya/7996_man_make_section_directory_by_default | Takeshi KOMIYA | 2020-10-28 | 1 | -1/+3 |
|\ \ | | | | | | | Close #7996: manpage: Make a section directory on build manpage by default | ||||
| * | | Close #7996: manpage: Make a section directory on build manpage by default | Takeshi KOMIYA | 2020-10-28 | 1 | -1/+3 |
| | | | |||||
* | | | Merge branch '3.x' into master | Takeshi KOMIYA | 2020-10-28 | 5 | -2/+20 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Fix #8298: sphinx-quickstart: Add :option:`sphinx-quickstart --no-sep` option | Takeshi KOMIYA | 2020-10-26 | 1 | -0/+4 |
| | | |||||
| * | Merge pull request #8334 from mgeier/doc-favicon | Takeshi KOMIYA | 2020-10-25 | 2 | -0/+9 |
| |\ | | | | | | | DOC: Add favicon | ||||
| | * | DOC: Add favicon | Matthias Geier | 2020-10-24 | 2 | -0/+9 |
| | | | |||||
| * | | Fix docs type: "the builder builders" → "builders" | Jon Dufresne | 2020-10-24 | 1 | -2/+2 |
| |/ | |||||
| * | Merge pull request #8289 from graingert/allow-to-suppress-duplicated-toc | Takeshi KOMIYA | 2020-10-24 | 1 | -0/+5 |
| |\ | | | | | | | Allow to suppress "duplicated toc entry" warnings from epub builder | ||||
| | * | Apply suggestions from code review | Thomas Grainger | 2020-10-05 | 1 | -1/+0 |
| | | | |||||
| | * | Fix #8289: Allow to suppress "duplicated ToC entry found" warnings from epub ↵ | Thomas Grainger | 2020-10-05 | 1 | -0/+6 |
| | | | | | | | | | | | | builder | ||||
* | | | Merge pull request #8324 from pradyunsg/patch-1 | Takeshi KOMIYA | 2020-10-24 | 1 | -31/+8 |
|\ \ \ | | | | | | | | | Documentation: Reword section on Third Party Themes | ||||
| * | | | Reword section on Third Party Themes | Pradyun Gedam | 2020-10-21 | 1 | -31/+8 |
| | | | | | | | | | | | | | | | | | | | | - No longer attempt to be the location for listing themes -- only Sphinx-RTD-Theme was listed here. - Mention the classifier used when searching on PyPI. - Emphasize sphinx-themes.org as a gallery of themes. | ||||
* | | | | Merge branch '3.x' | Takeshi KOMIYA | 2020-10-24 | 1 | -2/+0 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | Outdated comment in docs config for intersphinx | François Freitag | 2020-10-05 | 1 | -2/+0 |
| |/ | | | | | | | Intersphinx is in use since 6a396c7eb85e4f2e2291652c454352bad1a397f4. | ||||
* | | Merge branch '3.x' into master | Takeshi KOMIYA | 2020-10-04 | 7 | -5/+59 |
|\ \ | |/ | |||||
| * | Merge pull request #8273 from sphinx-doc/7996_man_make_section_directory | Takeshi KOMIYA | 2020-10-04 | 1 | -0/+6 |
| |\ | | | | | | | Close #7996: manpage: Add man_make_section_directory | ||||
| | * | Close #7996: manpage: Add man_make_section_directory7996_man_make_section_directory | Takeshi KOMIYA | 2020-10-03 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | Add a new config variable; man_make_section_directory to make a section directory on build man page. During 3.x, it defaults to False and will be changed to True on 4.0 release. | ||||
| * | | autodoc: deprecate SingledispatchFunctionDocumenter | Takeshi KOMIYA | 2020-10-04 | 1 | -0/+10 |
| |/ | | | | | | | | | | | In #7487, SingledispatchFunctionDocumenter is merged into FunctionDocumenter. SingledispatchMethodDocumenter is also. As a result, They are no longer needed. So this deprecates them. | ||||
| * | Strip trailing whitespaces and normalize line endings | François Freitag | 2020-10-03 | 4 | -5/+5 |
| | | | | | | | | | | | | | | | | Trailing whitespace do not have impact on the result, they are just unused bytes. Most text editors are configured to strip trailing whitespaces. Remove them all in one go. Update a handful of files to use the UNIX line ending. | ||||
| * | Close #6518: autodoc: Add autodoc_type_aliases | Takeshi KOMIYA | 2020-10-03 | 1 | -0/+38 |
| | | | | | | | | | | autodoc_type_aliases allows to keep user defined type alises not evaluated in the generated document. | ||||
* | | Merge branch '3.x' into master | Takeshi KOMIYA | 2020-10-03 | 3 | -1/+23 |
|\ \ | |/ | |||||
| * | Fix typo: anchestor -> ancestor. | Bradley Dice | 2020-09-20 | 1 | -1/+1 |
| | | |||||
| * | Close #8081: latex: Allow to add LaTeX package until writing tex file | Takeshi KOMIYA | 2020-09-21 | 1 | -0/+10 |
| | | | | | | | | | | | | | | This postpones the evaluation of LaTeX packages via ``app.add_latex_package()`` to just before writing .tex file. That allows extensions to add LaTeX packages during reading and resolving phase. | ||||
| * | C, recursive alias declarations | Jakob Lykke Andersen | 2020-09-13 | 1 | -0/+12 |
| | | | | | | | | Fixes sphinx-doc/sphinx#8141 | ||||
* | | Update link to sphinxcontrib on GitHub | Steve Piercy | 2020-09-26 | 1 | -1/+1 |
| | | |||||
* | | Add "Getting Started as a Translator" | Tetsuo Koyama | 2020-09-20 | 1 | -0/+2 |
| | | |||||
* | | :pencil2: Fix grammer | Tetsuo Koyama | 2020-09-20 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '3.x' into master | Takeshi KOMIYA | 2020-09-13 | 4 | -13/+18 |
|\ \ | |/ | |||||
| * | Fix some broken links | Patrick Decat | 2020-09-03 | 1 | -5/+5 |
| | | |||||
| * | Fixes minor typo in quickstart.rst | Falko Axmann | 2020-08-30 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #8140 from chrisjsewell/docs/execution-process | Takeshi KOMIYA | 2020-08-22 | 1 | -7/+8 |
| |\ | | | | | | | 📚 DOCS: Improve build process overview | ||||
| | * | Correct numbers | Chris Sewell | 2020-08-21 | 1 | -6/+5 |
| | | | |||||
| | * | 📚 DOCS: Improve build process overview | Chris Sewell | 2020-08-20 | 1 | -1/+3 |
| | | | |||||
| * | | Add rubric in Getting help | Yves Chevallier | 2020-08-15 | 1 | -0/+4 |
| | | | |||||
* | | | Merge branch '3.x' | Takeshi KOMIYA | 2020-08-14 | 1 | -0/+6 |
|\ \ \ | |/ / | |||||
| * | | Merge pull request #8058 from nijel/single-domain | Takeshi KOMIYA | 2020-08-14 | 1 | -0/+6 |
| |\ \ | | | | | | | | | i18n: Add support for having single text domain | ||||
| | * | | i18n: Add support for having single text domain | Michal Čihař | 2020-08-07 | 1 | -0/+6 |
| | |/ | | | | | | | | | | | | | | | | | | | The gettext_compact can now be a string which is then a single domain for all documents. Fixes #784 | ||||
* | | | sphinx.ext.autodoc: fix typo in docs | Adam J. Stewart | 2020-08-11 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch '3.x' | Takeshi KOMIYA | 2020-08-08 | 12 | -21/+78 |
|\ \ \ | |/ / | |||||
| * | | Add link to third party themes on GitLab | Matt from Documatt | 2020-08-07 | 1 | -1/+2 |
| |/ | | | | | | | GitLab, alternative to GitHub, also contains a lot of beautiful open source themes. | ||||
| * | Merge pull request #8047 from cjmayo/typos | Takeshi KOMIYA | 2020-08-06 | 8 | -16/+29 |
| |\ | | | | | | | Assorted typos including sphinx-buid in internationalization figure | ||||
| | * | Fix typo sphinx-buid in internationalization figure | Chris Mayo | 2020-08-03 | 3 | -7/+20 |
| | | | |||||
| | * | Fix typos in the documentation | Chris Mayo | 2020-08-03 | 5 | -9/+9 |
| | | | |||||
| * | | Close #6698: doctest: Add :no-trim-doctest-flags: options | Takeshi KOMIYA | 2020-08-05 | 1 | -3/+18 |
| |/ | | | | | | | | | | | | | To control trimming doctest flags manually, this adds new options :trim-doctest-flags: and :no-trim-doctest-flags: to doctest directives. It helps to describes doctest module itself in python doc (see #6698). | ||||
| * | refactor: autodoc: Add `EMPTY` that matches to no members | Takeshi KOMIYA | 2020-08-03 | 1 | -0/+5 |
| | | | | | | | | | | Add a special class `_Empty` to make the comparison of :exclude-members: option simply. It never matches to any members. | ||||
| * | Merge pull request #8035 from tk0miya/8034_argument_for_private-members | Takeshi KOMIYA | 2020-08-03 | 2 | -1/+19 |
| |\ | | | | | | | Close #8034: autodoc: :private-member: can take an list of member names |