Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -1/+0 | |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie. | |||||
* | | Replace all "unicode" type by "str" | Takeshi KOMIYA | 2018-12-15 | 1 | -7/+6 | |
| | | ||||||
* | | Fix annotations (minor fixes) | Takeshi KOMIYA | 2018-12-03 | 1 | -6/+4 | |
| | | ||||||
* | | Fix annotaions for extensions | Takeshi KOMIYA | 2018-11-28 | 1 | -1/+3 | |
| | | ||||||
* | | Add sphinx.util.typing:unicode to help mypy-3 migration | Takeshi KOMIYA | 2018-11-24 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch '1.8' | Takeshi KOMIYA | 2018-11-01 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix #5471: Show appropriate warning for deprecated APIs | Takeshi KOMIYA | 2018-10-17 | 1 | -1/+1 | |
| | | ||||||
* | | Remove use of six.iteritems() | Jon Dufresne | 2018-09-11 | 1 | -3/+3 | |
|/ | | | | In Python 3, dict.items() is always an iterator. | |||||
* | Plugins can resolve imported members for viewcode | Ashley Whetter | 2018-08-13 | 1 | -1/+7 | |
| | ||||||
* | Rename viewcode_import to viewcode_follow_imported_members (refs: #4035) | Takeshi KOMIYA | 2018-05-07 | 1 | -2/+14 | |
| | ||||||
* | Plugins can find source code for viewcode | Ashley Whetter | 2018-04-24 | 1 | -11/+21 | |
| | | | | Fixes #4035 | |||||
* | Merge branch '1.7' | Takeshi KOMIYA | 2018-03-18 | 1 | -2/+2 | |
|\ | ||||||
| * | Revert "Use typing.TYPE_CHECKING for typehints" | Takeshi KOMIYA | 2018-03-13 | 1 | -2/+2 | |
| | | | | | | | | This reverts commit a073e17537c2aacaac305feadea58d4473ec97f4. | |||||
* | | Merge commit '6694981dd6939ab876b27d4e20a8128561c307ac' | Takeshi KOMIYA | 2018-03-15 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix #4701: viewcode: Misplaced ``<div>`` in viewcode html output | Takeshi KOMIYA | 2018-03-05 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch '1.7' | Takeshi KOMIYA | 2018-02-18 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Use typing.TYPE_CHECKING for typehints | Takeshi KOMIYA | 2018-02-14 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch '1.7-release' | Takeshi KOMIYA | 2018-01-31 | 1 | -2/+1 | |
|\ \ | |/ | ||||||
| * | Use flake8-import-order | Takeshi KOMIYA | 2018-01-28 | 1 | -2/+1 | |
| | | ||||||
* | | Close #4460: extensions should return the version of data structure as metadata | Takeshi KOMIYA | 2018-01-25 | 1 | -1/+5 | |
|/ | ||||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2018-01-08 | 1 | -3/+3 | |
|\ | ||||||
| * | Fixes bug when evaluating entry to bool | Guillaume Gay | 2018-01-08 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | As reported here: https://github.com/rtfd/readthedocs.org/issues/3411 sphinx sometimes fails with the error: ```python File "/home/docs/checkouts/readthedocs.org/user_builds/drf-yasg/envs/latest/lib/python3.5/site-packages/sphinx/ext/viewcode.py", line 74, in has_tag if entry is None or entry[0] != code: TypeError: 'bool' object is not subscriptable ``` This is not critical as whipping the build or even just running it again fixes it, but the error is confusing... I believe switching the two if statement above should prevent this from happening. | |||||
* | | Merge branch 'happy_new_year' into master | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | Reformat to avoid overly long line flake8 E501 | Peter Cock | 2017-09-20 | 1 | -4/+5 | |
| | | ||||||
* | | Sort modules for highlighting | Peter Cock | 2017-09-12 | 1 | -1/+1 | |
|/ | | | | | | | | | With this change the output will be in a predictable order on older versions of Python (where the dictionary is not sorted by default). This is helpful for debugging and interpreting the progress from the terminal. | |||||
* | please see #3700 | Iacchus Mercurius | 2017-05-07 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | | ||||||
* | | Sphinx.status_iterator() is now deprecated | Takeshi KOMIYA | 2017-01-07 | 1 | -5/+5 | |
| | | ||||||
* | | Update by review | Takeshi KOMIYA | 2017-01-04 | 1 | -2/+1 | |
| | | ||||||
* | | Use loggers | Takeshi KOMIYA | 2017-01-02 | 1 | -1/+1 | |
| | | ||||||
* | | Use sphinx.util.logging instead app.info(), verbose(), debug() and debug2() | Takeshi KOMIYA | 2017-01-02 | 1 | -5/+7 | |
| | | ||||||
* | | Add type-check annotations to sphinx.ext | Takeshi KOMIYA | 2016-11-16 | 1 | -13/+26 | |
|/ | ||||||
* | Turn off viewcode extension by default | Yoshiki Shibukawa | 2016-07-28 | 1 | -0/+5 | |
| | ||||||
* | Fix #2479: `sphinx.ext.viewcode` uses python2 highlighter by default | Takeshi KOMIYA | 2016-06-24 | 1 | -2/+2 | |
| | ||||||
* | viewcode: default to python3 highlighting if highlight_language is python3 | Georg Brandl | 2016-02-14 | 1 | -1/+5 | |
| | ||||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
| | ||||||
* | Support PEP-440 version spec for developers. | shimizukawa | 2015-03-14 | 1 | -1/+1 | |
| | ||||||
* | ext: 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 | |
| | | ||||||
* | | Make remaining builtin extensions parallel-read-proof. | Georg Brandl | 2014-09-22 | 1 | -12/+25 | |
| | | ||||||
* | | [WIP] parallel read | Georg Brandl | 2014-09-22 | 1 | -1/+1 | |
| | | ||||||
* | | Change extension setup() return value to a dictionary of metadata. | Georg Brandl | 2014-09-22 | 1 | -1/+1 | |
| | | | | | | | | This makes it possible to introduce more metadata values later. | |||||
* | | Return version from setup() for all sphinx.ext extensions. | Georg Brandl | 2014-09-03 | 1 | -0/+2 | |
| | | ||||||
* | | :mod:`~sphinx.ext.viewcode` support imported function/class aliases. Closes #623 | Takayuki Shimizukawa | 2014-08-22 | 1 | -6/+33 | |
| | | ||||||
* | | use six privided text_type() to replace with unicode() to support py2/py3 in ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -2/+2 | |
| | | | | | | | | one source. refs #1350. | |||||
* | | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵ | Takayuki Shimizukawa | 2014-04-29 | 1 | -2/+3 | |
|/ | | | | refs #1350. |