Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix annotations for domains | Takeshi KOMIYA | 2018-11-30 | 1 | -4/+4 | |
| | | ||||||
* | | Merge pull request #5665 from tk0miya/fix_typehints | Takeshi KOMIYA | 2018-11-26 | 1 | -0/+1 | |
|\ \ | | | | | | | Add sphinx.util.typing:unicode to help mypy-3 migration | |||||
| * | | Add sphinx.util.typing:unicode to help mypy-3 migration | Takeshi KOMIYA | 2018-11-24 | 1 | -0/+1 | |
| |/ | ||||||
* | | Fix annotations for Domain.resolve_xref() | Takeshi KOMIYA | 2018-11-24 | 1 | -2/+2 | |
|/ | ||||||
* | refactor: Replace Directive by SphinxDirective | Takeshi KOMIYA | 2018-05-11 | 1 | -6/+6 | |
| | ||||||
* | Merge branch '1.7' | Takeshi KOMIYA | 2018-04-26 | 1 | -19/+1 | |
|\ | ||||||
| * | Revert f4f693eff7b081785cc5704a6ff22cf0371355f3 | Takeshi KOMIYA | 2018-04-26 | 1 | -19/+1 | |
| | | ||||||
| * | Fix #4885: jsdomain also crashed with duplicated objects | Takeshi KOMIYA | 2018-04-24 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch '1.7' | Takeshi KOMIYA | 2018-04-23 | 1 | -1/+19 | |
|\ \ | |/ | ||||||
| * | #4459: duplicated labels detector does not work well in parallel build | Takeshi KOMIYA | 2018-04-22 | 1 | -1/+19 | |
| | | ||||||
* | | Merge branch '1.7' | Takeshi KOMIYA | 2018-03-18 | 1 | -3/+2 | |
|\ \ | |/ | ||||||
| * | Revert "Use typing.TYPE_CHECKING for typehints" | Takeshi KOMIYA | 2018-03-13 | 1 | -3/+2 | |
| | | | | | | | | This reverts commit a073e17537c2aacaac305feadea58d4473ec97f4. | |||||
* | | Replace ``l_()`` by ``_()`` | Takeshi KOMIYA | 2018-02-25 | 1 | -11/+11 | |
| | | ||||||
* | | Merge branch '1.7' | Takeshi KOMIYA | 2018-02-18 | 1 | -2/+3 | |
|\ \ | |/ | ||||||
| * | Use typing.TYPE_CHECKING for typehints | Takeshi KOMIYA | 2018-02-14 | 1 | -2/+3 | |
| | | ||||||
* | | Merge branch '1.7-release' | Takeshi KOMIYA | 2018-01-31 | 1 | -3/+3 | |
|\ \ | |/ | ||||||
| * | Use flake8-import-order | Takeshi KOMIYA | 2018-01-28 | 1 | -3/+3 | |
| | | ||||||
* | | Close #4460: extensions should return the version of data structure as metadata | Takeshi KOMIYA | 2018-01-25 | 1 | -0/+1 | |
|/ | ||||||
* | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 | |
| | ||||||
* | Implement get_full_qualified_name() to JavascriptDomain (refs: #3630) | Takeshi KOMIYA | 2017-04-23 | 1 | -0/+10 | |
| | ||||||
* | Merge pull request #3475 from agjohnson/domain-js-add-nesting | Takeshi KOMIYA | 2017-03-26 | 1 | -49/+194 | |
|\ | | | | | Add nesting, package directive, and method directive to JavaScript domain | |||||
| * | Remove JS domain module feature for null module names | Anthony Johnson | 2017-03-20 | 1 | -5/+1 | |
| | | ||||||
| * | Cleanup on docs and test | Anthony Johnson | 2017-03-20 | 1 | -4/+4 | |
| | | ||||||
| * | Some cleanup | Anthony Johnson | 2017-03-15 | 1 | -20/+15 | |
| | | ||||||
| * | Add nesting, module directive, and method directive to JavaScript domain | Anthony Johnson | 2017-03-15 | 1 | -49/+203 | |
| | | | | | | | | | | | | | | | | | | | | * Adds nesting to the JavaScript domain, to allow for nesting of elements * Adds the ``js:module`` directive, which behaves similarly to the Python directive * Adds the ``js:method`` directive, an alias to ``js:function`` * Adds roles for ``js:mod`` and ``js:meth`` * Updates tests to passing cases * Adds docs for new features | |||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
|\ \ | |/ |/| | ||||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
| | | ||||||
* | | Upgrade to mypy-0.5 | Takeshi KOMIYA | 2017-03-03 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2017-01-12 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix flake8 violations | Takeshi KOMIYA | 2017-01-12 | 1 | -1/+1 | |
| | | ||||||
* | | Update type annotations | Takeshi KOMIYA | 2016-12-15 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'stable' | Takeshi KOMIYA | 2016-12-14 | 1 | -0/+6 | |
|\ \ | |/ | ||||||
| * | builtin extensions return metadata to allow parallel build | Takeshi KOMIYA | 2016-12-12 | 1 | -0/+6 | |
| | | ||||||
* | | Add type-check annotations to sphinx.domains | Takeshi KOMIYA | 2016-11-16 | 1 | -2/+21 | |
|/ | ||||||
* | Now all builders and domains work as built-in extensions | Takeshi KOMIYA | 2016-07-06 | 1 | -0/+4 | |
| | ||||||
* | classifier of glossary terms can be used for index entries grouping key. The ↵ | shimizukawa | 2016-02-14 | 1 | -1/+1 | |
| | | | | classifier also be used for translation. See also :ref:`glossary-directive`. | |||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
| | ||||||
* | more pep8 fixes | Georg Brandl | 2015-03-08 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
|\ | ||||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | [WIP] parallel read | Georg Brandl | 2014-09-22 | 1 | -0/+6 | |
| | | ||||||
* | | Move env.temp_data content that might be used to resolve references to a new ↵ | Georg Brandl | 2014-09-20 | 1 | -4/+4 | |
| | | | | | | | | env.ref_context dictionary. | |||||
* | | Added the `any` role that can be used to find a cross-reference of | Georg Brandl | 2014-09-19 | 1 | -1/+11 | |
| | | | | | | | | | | *any* type in *any* domain. Custom domains should implement the new `~Domain.resolve_any_xref` method to make this work properly. | |||||
* | | * fix over 80 chars line and remove unused import. | Takayuki Shimizukawa | 2014-06-15 | 1 | -2/+0 | |
| | | ||||||
* | | wrap iterator with list() to avoid 'dictionary changed size during ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -2/+2 | |
| | | | | | | | | iteration' on py3. refs #1350. | |||||
* | | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -1/+3 | |
|/ | | | | refs #1350. | |||||
* | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
| | ||||||
* | Copyright update. | Georg Brandl | 2013-01-01 | 1 | -1/+1 | |
| | ||||||
* | Merge with 1.0 | Georg Brandl | 2011-09-23 | 1 | -3/+2 | |
|\ | ||||||
| * | Fix #648: Fix line numbers reported in warnings about undefined references. | Georg Brandl | 2011-09-23 | 1 | -3/+2 | |
| | |