| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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. | ||||
| * | 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. | ||||
| * | 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. | ||||
| * | Close #8034: autodoc: :private-member: can take an list of member names | Takeshi KOMIYA | 2020-08-02 | 1 | -0/+5 |
| | | | | | | Now :private-member: option can take an explicit list of member names to be documented as its arguments (like :special-members: does). | ||||
| * | Fix #7993: texinfo: TypeError is raised for nested object descriptions | Takeshi KOMIYA | 2020-07-25 | 1 | -0/+5 |
| | | | | | | | The texinfo writer remembers the current desc node to render a desc_annotation node. This makes the mechanism robust to support nested object descriptions. | ||||
| * | Deprecate sphinx.util:rpartition() | Takeshi KOMIYA | 2020-05-09 | 1 | -0/+5 |
| | | |||||
| * | Deprecate ignore parameter for Documenter.get_doc() | Takeshi KOMIYA | 2020-05-03 | 1 | -0/+10 |
| | | |||||
| * | refactor: AutosummaryRender | Takeshi KOMIYA | 2020-04-25 | 1 | -0/+11 |
| | | |||||
| * | refactor: Deprecate unused parameters | Takeshi KOMIYA | 2020-04-23 | 1 | -0/+6 |
| | | |||||
| * | refactor: autosummary: Change first argument for AutosummaryRenderer | Takeshi KOMIYA | 2020-04-23 | 1 | -0/+7 |
| | | |||||
| * | refactor: Deprecate unused parameters | Takeshi KOMIYA | 2020-04-23 | 1 | -0/+12 |
| | | |||||
| * | Deprecate: The module argument of find_autosummary_in_docstring() | Takeshi KOMIYA | 2020-04-12 | 1 | -0/+6 |
| | | |||||
| * | Deprecate sphinx.ext.autosummary:process_autosummary_toc() | Takeshi KOMIYA | 2020-03-21 | 1 | -0/+5 |
| | | | | | | | The handler searches autosummary_toc node under root of document and just under section nodes. But that is already done in ToctreeCollector.process_doc(). So it's no longer needed. | ||||
| * | Deprecate sphinx.ext.autodoc.get_documenters() | Takeshi KOMIYA | 2020-03-16 | 1 | -0/+5 |
| | | |||||
| * | py domain: Deprecate PyDecoratorMixin | Takeshi KOMIYA | 2020-03-07 | 1 | -0/+5 |
| | | |||||
| * | Support LaTeX Theming; a set of document class settings (refs: #6672) | Takeshi KOMIYA | 2020-03-06 | 1 | -0/+5 |
| | | |||||
| * | Merge branch 'drop_desc_signature_first' into 3.x | Takeshi KOMIYA | 2020-02-22 | 1 | -0/+5 |
| |\ | |||||
| | * | Deprecate desc_signature['first'] | Takeshi KOMIYA | 2020-02-09 | 1 | -0/+5 |
| | | | |||||
| * | | Deprecate DescDirective | Takeshi KOMIYA | 2020-02-22 | 1 | -0/+5 |
| | | | |||||
| * | | Merge pull request #7154 from tk0miya/deprecate_Parser.app | Takeshi KOMIYA | 2020-02-16 | 1 | -0/+5 |
| |\ \ | | | | | | | Deprecate sphinx.parsers.Parser.app | ||||
| | * | | Deprecate sphinx.parsers.Parser.app | Takeshi KOMIYA | 2020-02-15 | 1 | -0/+5 |
| | | | | |||||
| * | | | Deprecate sphinx.util.inspect.getargspec() | Takeshi KOMIYA | 2020-02-14 | 1 | -0/+5 |
| |/ / | |||||
| * | | Merge branch '2.0' | Takeshi KOMIYA | 2020-02-09 | 1 | -0/+10 |
| |\ \ | |/ |/| | |||||
| | * | Fix #6327: apidoc: Support a python package consisted of __init__.so file | Takeshi KOMIYA | 2020-02-08 | 1 | -0/+5 |
| | | | |||||
| | * | refactor: apidoc.shall_skip() | Takeshi KOMIYA | 2020-02-08 | 1 | -0/+5 |
| | | | |||||
| * | | testing: Add Path.read_text() and Path.read_bytes() | Takeshi KOMIYA | 2020-02-01 | 1 | -0/+10 |
| | | | | | | | | | | | To migrate pathlib.Path in future, compatibile methods are needed for our Path class. | ||||
| * | | Merge branch '2.0' | Takeshi KOMIYA | 2020-02-01 | 1 | -0/+55 |
| |\ \ | |/ | |||||
| | * | Update deprecation list | Takeshi KOMIYA | 2020-01-31 | 1 | -0/+30 |
| | | | |||||
| | * | Merge branch '2.0' into refactor_latex | Takeshi KOMIYA | 2020-01-31 | 1 | -3/+29 |
| | |\ | |||||
| | * | | refactor: latex: Deprecate settings.* attributes based on latex_documents | Takeshi KOMIYA | 2019-12-27 | 1 | -0/+25 |
| | | | | |||||
| * | | | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-30 | 1 | -0/+5 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Deprecate sphinx.util.inspect:safe_getmembers() | Takeshi KOMIYA | 2020-01-25 | 1 | -0/+5 |
| | | | | |||||
| * | | | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-11 | 1 | -12/+3 |
| |\ \ \ | |/ / | |||||
| | * | | refactor: Add sphinx.util.inspect.signature() | Takeshi KOMIYA | 2020-01-09 | 1 | -12/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As a successor of sphinx.util.inspect.Singnature, this adds signature() function behaves like `inspect.signature()`. It is very similar to way of python's inspect module. In addition, this also adds stringify_annotation() helper to sphinx.util.inspect module. With these two functions, we can move to python's Signature object to represent function signatures perfectly. It's natural design for python developers than ever. | ||||
| * | | | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-08 | 1 | -0/+20 |
| |\ \ \ | |/ / | |||||
| | * | | Add sphinx.util.typing:stringify() to represent annotations as string | Takeshi KOMIYA | 2020-01-05 | 1 | -0/+15 |
| | | | | |||||
| | * | | Fix #6559: Wrong node-ids are generated in glossary directive | Takeshi KOMIYA | 2020-01-02 | 1 | -0/+5 |
| | | | | |||||
| * | | | Merge branch '2.0' | Takeshi KOMIYA | 2020-01-01 | 1 | -0/+30 |
| |\ \ \ | |/ / | |||||
| | * | | Deprecate sphinx.roles:Index and make a copy to sphinx.domains.index | Takeshi KOMIYA | 2019-12-29 | 1 | -0/+5 |
| | | | | |||||
| | * | | Move sphinx.directives.other:Index to sphinx.domains.index | Takeshi KOMIYA | 2019-12-29 | 1 | -0/+5 |
| | | | | |||||
| | * | | doc: Sort deprecated list alphabetically | Takeshi KOMIYA | 2019-12-28 | 1 | -5/+5 |
| | |/ | |||||
| | * | Deprecate sphinx.util:detect_encoding() and ModuleAnalyzer.encoding | Takeshi KOMIYA | 2019-12-27 | 1 | -0/+15 |
| | | | |||||
| | * | Deprecate sphinx.util:get_module_source() | Takeshi KOMIYA | 2019-12-27 | 1 | -0/+5 |
| | | | |||||
| * | | Close #6558: glossary: emit a warning for duplicated glossary entry | Takeshi KOMIYA | 2019-12-29 | 1 | -0/+5 |
| |/ | |||||
| * | Add IndexDomain | Takeshi KOMIYA | 2019-12-22 | 1 | -0/+10 |
| | | |||||
| * | Deprecate sphinx.io.FiletypeNotFoundError and get_filetype() | Takeshi KOMIYA | 2019-12-16 | 1 | -0/+10 |
| | | |||||
| * | LaTeX: avoid quotes and TeX ligature replacements in PDF output | jfbu | 2019-12-15 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refs: #6890 The comma character is not TeX-escaped because it is frequent in general text and escaping it would make the LaTeX output larger for only dealing with the problem of the LaTeX-ligature of ,, into a single character. And one there is problem with the commas in options to Verbatim from PygmentsBridge. The hyphen character is escaped (not in ids and URIs!) to \sphinxhyphen{} for both Unicode and non-Unicode engines. This is needed to work around hyperref transforming -- and --- from section titles into EN DASH resp. EM DASH in PDF bookmarks. https://github.com/latex3/hyperref/issues/112 Note to expert LaTeX users: if Sphinx latex user with xelatex has - turned off Smart Quotes for some reason, - but does want TeX ligatures and thus overrode Sphinx latex_elements['fontenc'] default (since #6888) to this effect, then this should be added to LaTeX preamble: \def\sphinxhyphen#1{-}% (\protected is now not needed) \let\sphinxhyphenforbookmarks\sphinxhyphen | ||||
| * | Make escape() and hlescape() as public APIs of texescape | Takeshi KOMIYA | 2019-11-16 | 1 | -2/+2 |
| | | |||||
| * | Deprecate sphinx.util.texescape.tex_escape_map | Takeshi KOMIYA | 2019-11-16 | 1 | -0/+10 |
| | | |||||
| * | gettext: Use template file to generate message catalog | Takeshi KOMIYA | 2019-11-08 | 1 | -0/+5 |
| | | |||||
