summaryrefslogtreecommitdiff
path: root/sphinx/application.py
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * Show deprecation warning for sphinx.application.CONFIG_FILENAMETakeshi KOMIYA2019-03-301-2/+10
| | | |
| * | | Move transforms for citations to sphinx.domains.citationTakeshi KOMIYA2019-03-301-0/+1
| |/ /
* | | Drop features and APIs deprecated in 1.8Takeshi KOMIYA2019-03-301-84/+13
|/ /
* | Merge branch '2.0'Takeshi KOMIYA2019-03-211-3/+0
|\ \ | |/
| * docs: drop mention to deprecated method (refs: #6174)Takeshi KOMIYA2019-03-141-3/+0
| |
* | refactor: Remove lists of transforms from SphinxStandalonReaderTakeshi KOMIYA2019-03-171-0/+5
| |
* | refactor: Use CatalogRepository instead of find_catalog_source_file()Takeshi KOMIYA2019-02-271-13/+13
|/
* Separate json and pickle to sphinxcontrib packageTakeshi KOMIYA2019-02-171-0/+1
|
* Separate htmlhelp to sphinxcontrib packageTakeshi KOMIYA2019-02-151-1/+1
|
* Don't import pycompat in sphinx.application (not used)Takeshi KOMIYA2019-02-111-1/+0
|
* Move DirectoryHTMLBuilder to sphinx.builders.dirhtml packageTakeshi KOMIYA2019-02-071-0/+1
|
* Separate applehelp to sphinxcontrib packageTakeshi KOMIYA2019-02-061-1/+1
|
* Separate devhelp to sphinxcontrib packageTakeshi KOMIYA2019-01-201-1/+1
|
* Separate qthelp to sphinxcontrib packageTakeshi KOMIYA2019-01-191-1/+2
|
* Drop dependency: sphinxcontrib-websupportTakeshi KOMIYA2019-01-141-1/+0
|
* Add progress_message() as a helper for progress messagesTakeshi KOMIYA2019-01-121-8/+7
|
* Move SingleFileHTMLBuilder to sphinx.builders.singlehtml packageTakeshi KOMIYA2019-01-111-0/+1
|
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
| |
* | Merge branch '1.8'jfbu2018-12-281-7/+8
|\ \ | |/ | | | | | | | | | | resolved Conflicts: doc/development/tutorials/todo.rst sphinx/locale/__init__.py sphinx/search/zh.py
| * Fix various spelling typosjfbu2018-12-271-7/+8
| |
* | refactor: Use simple Input classTakeshi KOMIYA2018-12-171-1/+0
| |
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-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 KOMIYA2018-12-151-47/+47
| |
* | Remove print_function featureTakeshi KOMIYA2018-12-151-1/+0
| |
* | Move to py3 mode for mypy (and remove many "type: ignore" comments)Takeshi KOMIYA2018-12-151-2/+2
| |
* | refactor: Use app.add_node() to register Sphinx own nodesTakeshi KOMIYA2018-12-051-0/+1
| |
* | Fix annotations of enumerable_nodesTakeshi KOMIYA2018-12-031-1/+1
| |
* | Add role manipulator directives to sphinx.util.docutilsTakeshi KOMIYA2018-12-011-4/+4
| |
* | Add role manipulator functions to sphinx.util.docutilsTakeshi KOMIYA2018-12-011-4/+4
| |
* | Fix annotations (in some modules)Takeshi KOMIYA2018-12-011-3/+3
| |
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-1/+1
| |
* | Fix annotations for app.add_nodes() and related functionsTakeshi KOMIYA2018-11-241-3/+3
| |
* | Remove use of six.binary_typeJon Dufresne2018-11-111-2/+1
| | | | | | | | | | | | Remove type checks for cases that don't apply to Python 3. For remaining uses, use bytes instead
* | Remove use six.move moduleTakeshi KOMIYA2018-11-121-3/+3
| |
* | Fix typehints: sphinx.registryTakeshi KOMIYA2018-11-051-1/+1
| |
* | Merge branch '1.8'Takeshi KOMIYA2018-11-011-5/+5
|\ \ | |/
| * Fix #5471: Show appropriate warning for deprecated APIsTakeshi KOMIYA2018-10-171-11/+11
| |
* | refactor: Deprecate app._setting_up_extensionTakeshi KOMIYA2018-10-171-26/+27
| |
* | Add sphinx.project; a manipulator for project and documentsTakeshi KOMIYA2018-10-161-0/+4
| |
* | Replace all six.itervalues()/.iteritems() with .values()/.items()Jon Dufresne2018-09-231-2/+1
| |
* | Remove uses of six.moves that did not cause any type errorsJon Dufresne2018-09-231-1/+1
| | | | | | | | | | Removal of the remaining imports may require passing "--python-version 3.5" to the mypy command.
* | Remove unnecessary object from class definitionsJon Dufresne2018-09-111-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 eventTakeshi KOMIYA2018-09-081-5/+0
| |
* | Drop APIs deprecated in 2.0Takeshi KOMIYA2018-09-031-82/+1
|/
* Allow to install JS and CSS files on builder-inited eventTakeshi KOMIYA2018-08-261-0/+4
|
* refactor: Move repository of changesets to domain from envTakeshi KOMIYA2018-08-021-0/+1
|
* Merge branch 'master' into 4614_keep_goingTakeshi KOMIYA2018-07-311-0/+15
|\
| * Merge branch 'master' into refactor_highlighterTakeshi KOMIYA2018-07-291-0/+14
| |\
| | * Implement math_renderer frameworkTakeshi KOMIYA2018-07-281-0/+14
| | |