Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | Show deprecation warning for sphinx.application.CONFIG_FILENAME | Takeshi KOMIYA | 2019-03-30 | 1 | -2/+10 | |
| | | | | ||||||
| * | | | Move transforms for citations to sphinx.domains.citation | Takeshi KOMIYA | 2019-03-30 | 1 | -0/+1 | |
| |/ / | ||||||
* | | | Drop features and APIs deprecated in 1.8 | Takeshi KOMIYA | 2019-03-30 | 1 | -84/+13 | |
|/ / | ||||||
* | | Merge branch '2.0' | Takeshi KOMIYA | 2019-03-21 | 1 | -3/+0 | |
|\ \ | |/ | ||||||
| * | docs: drop mention to deprecated method (refs: #6174) | Takeshi KOMIYA | 2019-03-14 | 1 | -3/+0 | |
| | | ||||||
* | | refactor: Remove lists of transforms from SphinxStandalonReader | Takeshi KOMIYA | 2019-03-17 | 1 | -0/+5 | |
| | | ||||||
* | | refactor: Use CatalogRepository instead of find_catalog_source_file() | Takeshi KOMIYA | 2019-02-27 | 1 | -13/+13 | |
|/ | ||||||
* | Separate json and pickle to sphinxcontrib package | Takeshi KOMIYA | 2019-02-17 | 1 | -0/+1 | |
| | ||||||
* | Separate htmlhelp to sphinxcontrib package | Takeshi KOMIYA | 2019-02-15 | 1 | -1/+1 | |
| | ||||||
* | Don't import pycompat in sphinx.application (not used) | Takeshi KOMIYA | 2019-02-11 | 1 | -1/+0 | |
| | ||||||
* | Move DirectoryHTMLBuilder to sphinx.builders.dirhtml package | Takeshi KOMIYA | 2019-02-07 | 1 | -0/+1 | |
| | ||||||
* | Separate applehelp to sphinxcontrib package | Takeshi KOMIYA | 2019-02-06 | 1 | -1/+1 | |
| | ||||||
* | Separate devhelp to sphinxcontrib package | Takeshi KOMIYA | 2019-01-20 | 1 | -1/+1 | |
| | ||||||
* | Separate qthelp to sphinxcontrib package | Takeshi KOMIYA | 2019-01-19 | 1 | -1/+2 | |
| | ||||||
* | Drop dependency: sphinxcontrib-websupport | Takeshi KOMIYA | 2019-01-14 | 1 | -1/+0 | |
| | ||||||
* | Add progress_message() as a helper for progress messages | Takeshi KOMIYA | 2019-01-12 | 1 | -8/+7 | |
| | ||||||
* | Move SingleFileHTMLBuilder to sphinx.builders.singlehtml package | Takeshi KOMIYA | 2019-01-11 | 1 | -0/+1 | |
| | ||||||
* | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 | |
|\ | ||||||
| * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch '1.8' | jfbu | 2018-12-28 | 1 | -7/+8 | |
|\ \ | |/ | | | | | | | | | | | resolved Conflicts: doc/development/tutorials/todo.rst sphinx/locale/__init__.py sphinx/search/zh.py | |||||
| * | Fix various spelling typos | jfbu | 2018-12-27 | 1 | -7/+8 | |
| | | ||||||
* | | refactor: Use simple Input class | Takeshi KOMIYA | 2018-12-17 | 1 | -1/+0 | |
| | | ||||||
* | | 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 | -47/+47 | |
| | | ||||||
* | | Remove print_function feature | Takeshi KOMIYA | 2018-12-15 | 1 | -1/+0 | |
| | | ||||||
* | | Move to py3 mode for mypy (and remove many "type: ignore" comments) | Takeshi KOMIYA | 2018-12-15 | 1 | -2/+2 | |
| | | ||||||
* | | refactor: Use app.add_node() to register Sphinx own nodes | Takeshi KOMIYA | 2018-12-05 | 1 | -0/+1 | |
| | | ||||||
* | | Fix annotations of enumerable_nodes | Takeshi KOMIYA | 2018-12-03 | 1 | -1/+1 | |
| | | ||||||
* | | Add role manipulator directives to sphinx.util.docutils | Takeshi KOMIYA | 2018-12-01 | 1 | -4/+4 | |
| | | ||||||
* | | Add role manipulator functions to sphinx.util.docutils | Takeshi KOMIYA | 2018-12-01 | 1 | -4/+4 | |
| | | ||||||
* | | Fix annotations (in some modules) | Takeshi KOMIYA | 2018-12-01 | 1 | -3/+3 | |
| | | ||||||
* | | Add sphinx.util.typing:unicode to help mypy-3 migration | Takeshi KOMIYA | 2018-11-24 | 1 | -1/+1 | |
| | | ||||||
* | | Fix annotations for app.add_nodes() and related functions | Takeshi KOMIYA | 2018-11-24 | 1 | -3/+3 | |
| | | ||||||
* | | Remove use of six.binary_type | Jon Dufresne | 2018-11-11 | 1 | -2/+1 | |
| | | | | | | | | | | | | Remove type checks for cases that don't apply to Python 3. For remaining uses, use bytes instead | |||||
* | | Remove use six.move module | Takeshi KOMIYA | 2018-11-12 | 1 | -3/+3 | |
| | | ||||||
* | | Fix typehints: sphinx.registry | Takeshi KOMIYA | 2018-11-05 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch '1.8' | Takeshi KOMIYA | 2018-11-01 | 1 | -5/+5 | |
|\ \ | |/ | ||||||
| * | Fix #5471: Show appropriate warning for deprecated APIs | Takeshi KOMIYA | 2018-10-17 | 1 | -11/+11 | |
| | | ||||||
* | | refactor: Deprecate app._setting_up_extension | Takeshi KOMIYA | 2018-10-17 | 1 | -26/+27 | |
| | | ||||||
* | | Add sphinx.project; a manipulator for project and documents | Takeshi KOMIYA | 2018-10-16 | 1 | -0/+4 | |
| | | ||||||
* | | Replace all six.itervalues()/.iteritems() with .values()/.items() | Jon Dufresne | 2018-09-23 | 1 | -2/+1 | |
| | | ||||||
* | | Remove uses of six.moves that did not cause any type errors | Jon Dufresne | 2018-09-23 | 1 | -1/+1 | |
| | | | | | | | | | | Removal of the remaining imports may require passing "--python-version 3.5" to the mypy command. | |||||
* | | Remove unnecessary object from class definitions | Jon Dufresne | 2018-09-11 | 1 | -2/+2 | |
| | | | | | | | | | | In Python 3, all classes are new-style classes. The object in the definition is redundant and unnecessary. | |||||
* | | refactor: Check primary_domain on config-inited event | Takeshi KOMIYA | 2018-09-08 | 1 | -5/+0 | |
| | | ||||||
* | | Drop APIs deprecated in 2.0 | Takeshi KOMIYA | 2018-09-03 | 1 | -82/+1 | |
|/ | ||||||
* | Allow to install JS and CSS files on builder-inited event | Takeshi KOMIYA | 2018-08-26 | 1 | -0/+4 | |
| | ||||||
* | refactor: Move repository of changesets to domain from env | Takeshi KOMIYA | 2018-08-02 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'master' into 4614_keep_going | Takeshi KOMIYA | 2018-07-31 | 1 | -0/+15 | |
|\ | ||||||
| * | Merge branch 'master' into refactor_highlighter | Takeshi KOMIYA | 2018-07-29 | 1 | -0/+14 | |
| |\ | ||||||
| | * | Implement math_renderer framework | Takeshi KOMIYA | 2018-07-28 | 1 | -0/+14 | |
| | | |