summaryrefslogtreecommitdiff
path: root/sphinx/application.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #4783: Sphinx crashed when drives of srcdir and outdir are differentTakeshi KOMIYA2018-04-021-2/+2
* Fix module namecocoatomo2018-03-151-1/+1
* Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-2/+2
* autosummary: Fix compatibility of get_documenter() API (refs: #4366)Takeshi KOMIYA2018-02-171-0/+1
* Fix mypy violationsTakeshi KOMIYA2018-02-141-1/+1
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+2
* More translation-friendly messagescocoatomo2018-02-071-6/+9
* Make the log message more translation-friendlycocoatomo2018-02-071-2/+4
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-9/+8
* builders: Add 'Builder.epilog' optionStephen Finucane2018-01-111-0/+7
* Merge branch 'master' into refactor_autodocTakeshi KOMIYA2018-01-081-6/+6
|\
| * Merge branch 'master' into refactor_AutoDirectiveTakeshi KOMIYA2018-01-081-29/+40
| |\
| | * Fix creating build directory for unknown build targetMURAOKA Yusuke2018-01-071-4/+4
| * | autodoc: refactor AutoDirectiveTakeshi KOMIYA2017-12-171-1/+2
* | | Fix typoTakeshi KOMIYA2018-01-071-1/+1
* | | Deprecate AutoDirective._special_attrgettersTakeshi KOMIYA2018-01-011-5/+4
* | | Deprecate sphinx.ext.autodoc.add_documenter() and AutoDirective._registerTakeshi KOMIYA2018-01-011-3/+3
| |/ |/|
* | Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\ \
| * | A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* | | Add app.is_parallel_allowed()Takeshi KOMIYA2017-12-301-1/+29
* | | Merge branch 'master' into refactor_registryTakeshi KOMIYA2017-12-211-2/+2
|\ \ \
| * \ \ Merge branch 'stable'jfbu2017-12-181-2/+2
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Use ensuredir() instead of os.makedirs() to fix race conditionsMichał Górny2017-12-161-2/+2
* | | Fix mypy violationsTakeshi KOMIYA2017-12-151-2/+3
* | | Move post-transform manager to registryTakeshi KOMIYA2017-12-141-3/+1
* | | Move Transform manager to registryTakeshi KOMIYA2017-12-141-2/+1
* | | Move logs to registryTakeshi KOMIYA2017-12-141-15/+0
|/ /
* | Refactor sphinx.io; separate FileInput class for each file typeTakeshi KOMIYA2017-12-121-0/+1
* | #3799 use propper pluralization in (dummy) i18n callTimotheus Kampik2017-08-051-3/+3
* | Merge branch 'stable'Takeshi KOMIYA2017-07-151-1/+1
|\ \ | |/
| * Fix flake8 violationTakeshi KOMIYA2017-07-151-1/+1
* | Merge branch 'stable'Takeshi KOMIYA2017-07-151-1/+1
|\ \ | |/
| * Fix mypy violations (for mypy-0.520)Takeshi KOMIYA2017-07-151-1/+1
* | Merge branch 'stable'Takeshi KOMIYA2017-07-021-28/+28
|\ \ | |/
| * Fix #3833: command line messages are translated unintentionallyTakeshi KOMIYA2017-06-251-28/+28
* | Merge branch 'stable'Takeshi KOMIYA2017-05-281-1/+2
|\ \ | |/
| * Add Sphinx own parser (refs: #3816)Takeshi KOMIYA2017-05-281-1/+2
| * Fix flake8 violationTakeshi KOMIYA2017-05-281-1/+0
| * Refactor patching docutilsTakeshi KOMIYA2017-05-281-9/+0
| * Fix #3788: Docutils emits warnings for unsupported languagesjfbu2017-05-271-0/+10
* | Merge branch '1.6-release'Takeshi KOMIYA2017-05-131-5/+5
|\ \ | |/
| * Update messagesTakeshi KOMIYA2017-05-121-4/+4
| * Fix invalid format stringTakeshi KOMIYA2017-05-111-1/+1
* | Remove deprecated feature: deprecated APIsTakeshi KOMIYA2017-04-271-63/+4
* | Remove deprecated feature: epub2 builderTakeshi KOMIYA2017-04-271-1/+0
|/
* Merge branch 'master' into add_sphinx_factoryTakeshi KOMIYA2017-04-231-0/+5
|\
| * Fix #3628: Rename sphinx_themes entry point to sphinx.html_themesTakeshi KOMIYA2017-04-221-0/+5
* | Rename SphinxFactory class to SphinxComponentRegistryTakeshi KOMIYA2017-04-231-23/+23
* | Move load_extension() to factoryTakeshi KOMIYA2017-04-221-2/+2
* | Move translators to SphinxFactoryTakeshi KOMIYA2017-04-221-4/+3