summaryrefslogtreecommitdiff
path: root/sphinx/registry.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement math_renderer frameworkTakeshi KOMIYA2018-07-281-0/+15
|
* Fix #5164: incremental build has broken with external source_parserTakeshi KOMIYA2018-07-161-5/+6
|
* Add :confval:`html_js_files`Takeshi KOMIYA2018-06-091-0/+8
|
* Merge branch '1.7'Takeshi KOMIYA2018-04-231-0/+1
|\
| * Fix #4878: Crashed with extension which returns invalid metadataTakeshi KOMIYA2018-04-221-0/+1
| |
* | Store stylesheets as an instance variable of HTML builderTakeshi KOMIYA2018-04-061-0/+6
| | | | | | | | | | So far, CSS files are stored as a class variable of HTML builder. Not to have status globally, this changes it to an instance varable.
* | Add a new keyword argument ``override`` to Application APIsTakeshi KOMIYA2018-03-211-38/+54
| |
* | Reduce the log level of message for add_translator()Takeshi KOMIYA2018-03-201-2/+1
| | | | | | | | | | This message might be useful for developers, not for users. So I changed it to debug message from info leveled.
* | Merge branch '1.7'Takeshi KOMIYA2018-03-181-3/+3
|\ \ | |/
| * Fix module namecocoatomo2018-03-151-1/+1
| |
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+2
| | | | | | | | This reverts commit a073e17537c2aacaac305feadea58d4473ec97f4.
* | Merge branch 'master' into migrate_registryTakeshi KOMIYA2018-02-221-9/+23
|\ \
| * | Change interface of add_source_parser() and add add_source_suffix()Takeshi KOMIYA2018-02-211-9/+23
| | |
* | | Show deprecation warning in directive_helper()Takeshi KOMIYA2018-02-211-1/+7
| | |
* | | refactor: transplant node handlers for writer on instantiation of translatorTakeshi KOMIYA2018-02-201-3/+34
| | | | | | | | | | | | | | | For now, node handlers are registered as class methods of translator classes. After this change, they are registered as instance method.
* | | refactor: Store enumerable_nodes to registryTakeshi KOMIYA2018-02-201-1/+10
| | |
* | | refactor: Store latex packages to registryTakeshi KOMIYA2018-02-201-1/+9
|/ /
* | Merge branch '1.7'Takeshi KOMIYA2018-02-181-2/+2
|\ \ | |/
| * Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
| |
* | Merge branch '1.7-release'Takeshi KOMIYA2018-02-111-5/+7
|\ \ | |/
| * io: Choose FileInput using ``supported`` attribute (refs: #4564)Takeshi KOMIYA2018-02-101-5/+7
| |
| * Unify expression of terms in the log messagecocoatomo2018-02-071-1/+1
| |
* | Merge branch 'master' into update_typehintsTakeshi KOMIYA2018-02-041-0/+31
|\ \
| * | Update attribute comments of sphinx.registryTakeshi KOMIYA2018-02-041-0/+31
| | |
* | | Update type annotationsTakeshi KOMIYA2018-02-041-0/+1
|/ /
* | Merge branch '1.7-release'Takeshi KOMIYA2018-01-311-2/+2
|\ \ | |/
| * Use flake8-import-orderTakeshi KOMIYA2018-01-281-3/+3
| |
* | Merge branch 'master' into integrate_source_suffix_and_source_parsersTakeshi KOMIYA2018-01-311-2/+8
|\ \
| * \ Merge pull request #4486 from tk0miya/4460_env_version_of_extensionsTakeshi KOMIYA2018-01-281-0/+8
| |\ \ | | | | | | | | Close #4460: extensions should return the version of data structure as metadata
| | * | Close #4460: extensions should return the version of data structure as metadataTakeshi KOMIYA2018-01-251-0/+8
| | |/
| * | Drop autofilling metadata feature for rst2pdfTakeshi KOMIYA2018-01-201-2/+0
| |/
* | Add register.add_source_suffix()Takeshi KOMIYA2018-01-251-4/+9
| |
* | Move get_filetype() to sphinx.ioTakeshi KOMIYA2018-01-251-33/+11
| |
* | Fix all files are treated as reST if old styled source_suffix usedTakeshi KOMIYA2018-01-251-3/+8
| |
* | Integrate source_suffix and source_parsers (refs: #4474)Takeshi KOMIYA2018-01-251-15/+60
| |
* | source_parsers should fill Parser.supported attribute to let Sphinx know ↵Takeshi KOMIYA2018-01-251-0/+8
| | | | | | | | supported formats
* | Deprecate config value: source_parsersTakeshi KOMIYA2018-01-251-4/+1
|/
* Deprecate AutoDirective._special_attrgettersTakeshi KOMIYA2018-01-011-0/+5
|
* Deprecate sphinx.ext.autodoc.add_documenter() and AutoDirective._registerTakeshi KOMIYA2018-01-011-0/+6
|
* Add Domain.add_object_type() to update internal caches correctlyTakeshi KOMIYA2017-12-201-1/+2
|
* Fix mypy violationsTakeshi KOMIYA2017-12-151-6/+7
|
* Transplant object_types on instantiate domainTakeshi KOMIYA2017-12-141-8/+12
|
* Transplant indices on instantiate domainTakeshi KOMIYA2017-12-141-1/+4
|
* Transplant roles on instantiate domainTakeshi KOMIYA2017-12-141-1/+4
|
* Transplant directives on instantiate domainTakeshi KOMIYA2017-12-141-10/+16
|
* Move post-transform manager to registryTakeshi KOMIYA2017-12-141-0/+10
|
* Move Transform manager to registryTakeshi KOMIYA2017-12-141-0/+11
|
* Move logs to registryTakeshi KOMIYA2017-12-141-0/+17
|
* Refactor sphinx.io; separate FileInput class for each file typeTakeshi KOMIYA2017-12-121-0/+24
|
* Refactor sphinx.io; dependent parser detection from SphinxFileInputTakeshi KOMIYA2017-12-121-7/+12
|