summaryrefslogtreecommitdiff
path: root/doc/extdev
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge branch '1.8'Takeshi KOMIYA2018-09-091-0/+6
|\ \ \ | |/ /
| * | Fix #5399: Sphinx crashes if unknown po file existsTakeshi KOMIYA2018-09-081-0/+6
| | |
* | | Drop APIs deprecated in 2.0Takeshi KOMIYA2018-09-032-30/+0
|/ /
* | Merge pull request #5343 from tk0miya/5340_update_docsTakeshi KOMIYA2018-08-261-11/+11
|\ \ | | | | | | docs: Fix wrong descriptions for logging APIs
| * | docs: Fix wrong descriptions for logging APIsTakeshi KOMIYA2018-08-251-11/+11
| | |
* | | Fix i18n: warnings for translation catalogs have wrong line numbersTakeshi KOMIYA2018-08-221-0/+10
|/ /
* | Add autodoc_default_optionsTakeshi KOMIYA2018-08-181-0/+5
| |
* | Move VersionChanges directive to sphinx.domains.changesetTakeshi KOMIYA2018-08-021-0/+5
| |
* | refactor: Move repository of changesets to domain from envTakeshi KOMIYA2018-08-021-0/+10
| |
* | Merge pull request #5229 from tk0miya/refactor_latex2Takeshi KOMIYA2018-07-301-0/+5
|\ \ | | | | | | Check latex_elements at config-inited event
| * | Check latex_elements at config-inited eventTakeshi KOMIYA2018-07-291-0/+5
| | |
* | | Merge pull request #5228 from tk0miya/move_make_mode_to_sphinx.cmdTakeshi KOMIYA2018-07-301-0/+5
|\ \ \ | | | | | | | | Move make mode to sphinx.cmd
| * | | Update CHANGESTakeshi KOMIYA2018-07-291-0/+5
| |/ /
* | | Deprecate whole of sphinx.ext.mathbaseTakeshi KOMIYA2018-07-291-0/+15
|/ /
* | Merge branch 'master' into refactor_highlighterTakeshi KOMIYA2018-07-292-0/+7
|\ \
| * | Implement math_renderer frameworkTakeshi KOMIYA2018-07-282-0/+7
| | |
* | | Apply :confval:`trim_doctest_flags` to all builders (cf. text, manpages)Takeshi KOMIYA2018-07-211-0/+6
| | |
* | | Refactor: Run highlightlang on resolving phaseTakeshi KOMIYA2018-07-211-0/+45
| | |
* | | ``sphinx.highlighting.PygmentsBridge.unhighlight()`` is deprecatedTakeshi KOMIYA2018-07-211-0/+5
|/ /
* | DOC: Fix typo: add_source_parsers() -> add_source_parser()Matthias Geier2018-07-171-1/+1
| |
* | Merge branch 'master' into 4976_location_for_logger.infoTakeshi KOMIYA2018-07-161-1/+1
|\ \
| * | doc: fix func/meth references to SphinxDaniel Hahler2018-06-251-1/+1
| | |
* | | Close #4976: ``SphinxLoggerAdapter.info()`` now supports ``location`` parameterTakeshi KOMIYA2018-06-261-0/+4
|/ /
* | Fix minor typo of "them"Roy Wellington Ⅳ2018-06-131-1/+1
| |
* | Merge branch 'master' into latex_remove_shorthandoff_variableJean-François B2018-06-081-39/+40
|\ \
| * | Reorder deprecated APIs (app)Takeshi KOMIYA2018-06-081-12/+13
| | |
| * | Reorder deprecated APIs (env)Takeshi KOMIYA2018-06-081-23/+23
| | |
| * | Fix wrong module name in CHANGESTakeshi KOMIYA2018-06-081-9/+9
| | |
* | | Postpone to 3.0 removal of ExtBabel.get_shorthandoff()jfbu2018-06-071-1/+1
| | |
* | | Deprecate sphinx.writers.latex.ExtBabel.get_shorthandoff()jfbu2018-06-061-0/+5
|/ / | | | | | | This partially reverts d17f3955a5546a9eb30ee9161946f8bb900441c5
* | docs: Fix location of attributesTakeshi KOMIYA2018-06-051-4/+4
| |
* | Merge pull request #5020 from tk0miya/5018_update_docsTakeshi KOMIYA2018-05-291-2/+2
|\ \ | | | | | | Fix #5018: wrong signature of env-merge-info and env-check-consistency
| * | Fix #5018: wrong signature of env-merge-info and env-check-consistencyTakeshi KOMIYA2018-05-281-2/+2
| | |
* | | Merge branch 'master' into 3606_load_mathjax_asyncTakeshi KOMIYA2018-05-282-1/+26
|\ \ \
| * \ \ Merge pull request #5008 from tk0miya/refactor_latex2Takeshi KOMIYA2018-05-281-0/+25
| |\ \ \ | | | | | | | | | | Refactor latex writer
| | * | | Refactor: Add DocumentTargetTransform to simplify LaTeX writerTakeshi KOMIYA2018-05-241-0/+5
| | | | |
| | * | | Refactor: Add captioned_literal_block node to simplify LaTeX writerTakeshi KOMIYA2018-05-231-0/+20
| | |/ /
| * | | Update docsTakeshi KOMIYA2018-05-241-1/+1
| |/ /
* | | Rename app.add_javascript() to add_js_file()Takeshi KOMIYA2018-05-242-1/+6
| | |
* | | add_javascript() allows keyword arguments as attributes for <script> tagTakeshi KOMIYA2018-05-241-1/+1
|/ /
* | refactor: Move math_reference node to sphinx.builders.latex.nodesTakeshi KOMIYA2018-05-201-1/+1
| | | | | | | | | | The node is only used in latex builder. So this makes it builder- specific node.
* | Enable eq role by defaultTakeshi KOMIYA2018-05-171-0/+5
| |
* | Move MathDomain to sphinx.domains.mathTakeshi KOMIYA2018-05-171-0/+5
| |
* | Enable math_block node rendering by default (without HTML builders)Takeshi KOMIYA2018-05-171-0/+5
| |
* | Enable math node rendering by default (without HTML builders)Takeshi KOMIYA2018-05-151-0/+10
| | | | | | | | | | | | | | | | | | | | | | Nowadays, math elements (inline and block level equations) are integrated into reST spec by default. But, in Sphinx, they are not enabled by default. For this reason, users have to enable one of math extensions even if target builder supports math elements directly. This change starts to enable them by default. As a first step, this replaces math node and its structure by docutils based one.
* | doc: Fill N/A to deprecation listTakeshi KOMIYA2018-05-141-6/+6
| |
* | Merge branch 'master' into refactor_env2Takeshi KOMIYA2018-05-121-0/+5
|\ \
| * | Rename viewcode_import to viewcode_follow_imported_members (refs: #4035)Takeshi KOMIYA2018-05-071-0/+5
| | |
* | | Deprecate methods for pickling/unpickling on BuildEnvironmentTakeshi KOMIYA2018-05-111-0/+30
|/ /
* | Add BibliographyTransform to restruct doctree for LaTeXTakeshi KOMIYA2018-05-031-0/+5
| |