Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Refactor: Run highlightlang on resolving phase | Takeshi KOMIYA | 2018-07-21 | 1 | -0/+1 | |
| |/ | ||||||
* | | Closes #4614: sphinx-build: Add :option:`--keep-going` option to show all ↵ | Takeshi KOMIYA | 2018-07-23 | 1 | -3/+10 | |
|/ | | | | warnings | |||||
* | Merge pull request #5120 from blueyed/fix-doc | Takeshi KOMIYA | 2018-06-26 | 1 | -2/+3 | |
|\ | | | | | doc: fix list with add_object_type | |||||
| * | doc: fix list with add_object_type | Daniel Hahler | 2018-06-25 | 1 | -2/+3 | |
| | | | | | | | | This seems to have been accidentally broken in eaaab75ec. | |||||
* | | doc: fix func/meth references to Sphinx | Daniel Hahler | 2018-06-25 | 1 | -1/+1 | |
|/ | ||||||
* | Add :confval:`html_js_files` | Takeshi KOMIYA | 2018-06-09 | 1 | -9/+1 | |
| | ||||||
* | doc: Fix widths of table | Takeshi KOMIYA | 2018-06-05 | 1 | -0/+1 | |
| | ||||||
* | Rename app.add_javascript() to add_js_file() | Takeshi KOMIYA | 2018-05-24 | 1 | -3/+12 | |
| | ||||||
* | add_javascript() allows keyword arguments as attributes for <script> tag | Takeshi KOMIYA | 2018-05-24 | 1 | -9/+20 | |
| | ||||||
* | Add BuildEnvironment.setup() to re-initialize (after unpickle) | Takeshi KOMIYA | 2018-05-21 | 1 | -12/+3 | |
| | ||||||
* | Move MathDomain to sphinx.domains.math | Takeshi KOMIYA | 2018-05-17 | 1 | -0/+1 | |
| | ||||||
* | Enable math node rendering by default (without HTML builders) | Takeshi KOMIYA | 2018-05-15 | 1 | -0/+1 | |
| | | | | | | | | | | | 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. | |||||
* | Merge branch 'master' into refactor_env2 | Takeshi KOMIYA | 2018-05-12 | 1 | -2/+0 | |
|\ | ||||||
| * | refactor: Convert the form of html_css_files | Takeshi KOMIYA | 2018-05-11 | 1 | -2/+0 | |
| | | ||||||
* | | Deprecate methods for pickling/unpickling on BuildEnvironment | Takeshi KOMIYA | 2018-05-11 | 1 | -1/+5 | |
|/ | ||||||
* | Fix flake8 violation | Takeshi KOMIYA | 2018-04-28 | 1 | -1/+1 | |
| | ||||||
* | Rename Config.read_from_py() to Config.read() | Takeshi KOMIYA | 2018-04-28 | 1 | -3/+2 | |
| | ||||||
* | Merge branch 'master' into refactor_config | Takeshi KOMIYA | 2018-04-22 | 1 | -13/+68 | |
|\ | ||||||
| * | Merge pull request #4810 from tk0miya/define_priority_for_transforms | Takeshi KOMIYA | 2018-04-21 | 1 | -1/+24 | |
| |\ | | | | | | | Proposal: Define priority for transforms | |||||
| | * | Define priority for transforms | Takeshi KOMIYA | 2018-04-02 | 1 | -1/+24 | |
| | | | ||||||
| * | | Merge pull request #4815 from tk0miya/refine_add_css_file | Takeshi KOMIYA | 2018-04-13 | 1 | -10/+42 | |
| |\ \ | | | | | | | | | Refine adding CSS files | |||||
| | * | | Rename add_stylesheet() to add_css_file() | Takeshi KOMIYA | 2018-04-06 | 1 | -11/+27 | |
| | | | | ||||||
| | * | | Store stylesheets as an instance variable of HTML builder | Takeshi KOMIYA | 2018-04-06 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | | | | | | 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_stylesheet() allows additional attributes | Takeshi KOMIYA | 2018-04-06 | 1 | -9/+27 | |
| | |/ | ||||||
| * | | Merge branch '1.7' | Takeshi KOMIYA | 2018-04-09 | 1 | -2/+2 | |
| |\ \ | | |/ | |/| | ||||||
| | * | Fix #4783: Sphinx crashed when drives of srcdir and outdir are different | Takeshi KOMIYA | 2018-04-02 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge branch 'master' into refactor_config | Takeshi KOMIYA | 2018-04-02 | 1 | -54/+102 | |
|\ \ \ | |/ / | ||||||
| * | | Merge pull request #4760 from tk0miya/add_override_option | Takeshi KOMIYA | 2018-03-29 | 1 | -47/+85 | |
| |\ \ | | | | | | | | | Add a new keyword argument ``override`` to Application APIs | |||||
| | * | | Deprecate app.override_domain() | Takeshi KOMIYA | 2018-03-29 | 1 | -0/+3 | |
| | | | | ||||||
| | * | | Add a new keyword argument ``override`` to Application APIs | Takeshi KOMIYA | 2018-03-21 | 1 | -47/+82 | |
| | | | | ||||||
| * | | | Fix #4787: Update docstrings for add_directive() | Takeshi KOMIYA | 2018-03-27 | 1 | -7/+17 | |
| |/ / | ||||||
* | | | Rename Config.read() to Config.from_conf_py() | Takeshi KOMIYA | 2018-04-01 | 1 | -2/+2 | |
| | | | ||||||
* | | | Deprecate Config.check_unicode() | Takeshi KOMIYA | 2018-03-29 | 1 | -3/+2 | |
| | | | ||||||
* | | | Fix confoverrides parameter was ignored | Takeshi KOMIYA | 2018-03-29 | 1 | -1/+1 | |
| | | | ||||||
* | | | Instantiate Config object simply if confdir not given | Takeshi KOMIYA | 2018-03-28 | 1 | -4/+7 | |
| | | | ||||||
* | | | Now Config.read() takes a filename instead (dirname, filename) | Takeshi KOMIYA | 2018-03-28 | 1 | -1/+1 | |
| | | | ||||||
* | | | Deprecate Config.check_types() | Takeshi KOMIYA | 2018-03-24 | 1 | -2/+0 | |
| | | | ||||||
* | | | Raise ExtensionError from Config class instead application class | Takeshi KOMIYA | 2018-03-24 | 1 | -5/+1 | |
| | | | ||||||
* | | | Refactor: Add Config.read() as a constructor | Takeshi KOMIYA | 2018-03-23 | 1 | -2/+2 | |
|/ / | | | | | | | | | | | To simplify Config.__init__() method, this separates conf.py parsing feature to Config.read() method. This allows to instantiate config object simply. | |||||
* | | Fix invalid __file__ variable is passed to conf.py | Takeshi KOMIYA | 2018-03-20 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch '1.7' | Takeshi KOMIYA | 2018-03-18 | 1 | -3/+3 | |
|\ \ | |/ | ||||||
| * | Fix module name | cocoatomo | 2018-03-15 | 1 | -1/+1 | |
| | | ||||||
| * | Revert "Use typing.TYPE_CHECKING for typehints" | Takeshi KOMIYA | 2018-03-13 | 1 | -2/+2 | |
| | | | | | | | | This reverts commit a073e17537c2aacaac305feadea58d4473ec97f4. | |||||
| * | autosummary: Fix compatibility of get_documenter() API (refs: #4366) | Takeshi KOMIYA | 2018-02-17 | 1 | -0/+1 | |
| | | ||||||
* | | Make console and warning messages translatable | Takeshi KOMIYA | 2018-03-03 | 1 | -11/+11 | |
| | | ||||||
* | | Fix mypy violations | Takeshi KOMIYA | 2018-02-26 | 1 | -1/+1 | |
| | | ||||||
* | | Update docs | Takeshi KOMIYA | 2018-02-25 | 1 | -1/+1 | |
| | | ||||||
* | | Supports i18n console output | Takeshi KOMIYA | 2018-02-25 | 1 | -0/+1 | |
| | | ||||||
* | | Add locales.get_translation() to provide i18n feature for extensions | Takeshi KOMIYA | 2018-02-25 | 1 | -0/+12 | |
| | | ||||||
* | | Merge branch 'master' into migrate_registry | Takeshi KOMIYA | 2018-02-22 | 1 | -4/+19 | |
|\ \ |