summaryrefslogtreecommitdiff
path: root/sphinx/application.py
Commit message (Expand)AuthorAgeFilesLines
* Fix warning message when a node class is already registeredDmitry Shachnev2019-01-061-1/+1
* A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* Fix various spelling typosjfbu2018-12-271-7/+8
* Fix #5471: Show appropriate warning for deprecated APIsTakeshi KOMIYA2018-10-171-11/+11
* 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
| * | Refactor: Run highlightlang on resolving phaseTakeshi KOMIYA2018-07-211-0/+1
| |/
* | Closes #4614: sphinx-build: Add :option:`--keep-going` option to show all war...Takeshi KOMIYA2018-07-231-3/+10
|/
* Merge pull request #5120 from blueyed/fix-docTakeshi KOMIYA2018-06-261-2/+3
|\
| * doc: fix list with add_object_typeDaniel Hahler2018-06-251-2/+3
* | doc: fix func/meth references to SphinxDaniel Hahler2018-06-251-1/+1
|/
* Add :confval:`html_js_files`Takeshi KOMIYA2018-06-091-9/+1
* doc: Fix widths of tableTakeshi KOMIYA2018-06-051-0/+1
* Rename app.add_javascript() to add_js_file()Takeshi KOMIYA2018-05-241-3/+12
* add_javascript() allows keyword arguments as attributes for <script> tagTakeshi KOMIYA2018-05-241-9/+20
* Add BuildEnvironment.setup() to re-initialize (after unpickle)Takeshi KOMIYA2018-05-211-12/+3
* Move MathDomain to sphinx.domains.mathTakeshi KOMIYA2018-05-171-0/+1
* Enable math node rendering by default (without HTML builders)Takeshi KOMIYA2018-05-151-0/+1
* Merge branch 'master' into refactor_env2Takeshi KOMIYA2018-05-121-2/+0
|\
| * refactor: Convert the form of html_css_filesTakeshi KOMIYA2018-05-111-2/+0
* | Deprecate methods for pickling/unpickling on BuildEnvironmentTakeshi KOMIYA2018-05-111-1/+5
|/
* Fix flake8 violationTakeshi KOMIYA2018-04-281-1/+1
* Rename Config.read_from_py() to Config.read()Takeshi KOMIYA2018-04-281-3/+2
* Merge branch 'master' into refactor_configTakeshi KOMIYA2018-04-221-13/+68
|\
| * Merge pull request #4810 from tk0miya/define_priority_for_transformsTakeshi KOMIYA2018-04-211-1/+24
| |\
| | * Define priority for transformsTakeshi KOMIYA2018-04-021-1/+24
| * | Merge pull request #4815 from tk0miya/refine_add_css_fileTakeshi KOMIYA2018-04-131-10/+42
| |\ \
| | * | Rename add_stylesheet() to add_css_file()Takeshi KOMIYA2018-04-061-11/+27
| | * | Store stylesheets as an instance variable of HTML builderTakeshi KOMIYA2018-04-061-3/+1
| | * | add_stylesheet() allows additional attributesTakeshi KOMIYA2018-04-061-9/+27
| | |/
| * | Merge branch '1.7'Takeshi KOMIYA2018-04-091-2/+2
| |\ \ | | |/ | |/|
| | * Fix #4783: Sphinx crashed when drives of srcdir and outdir are differentTakeshi KOMIYA2018-04-021-2/+2
* | | Merge branch 'master' into refactor_configTakeshi KOMIYA2018-04-021-54/+102
|\ \ \ | |/ /
| * | Merge pull request #4760 from tk0miya/add_override_optionTakeshi KOMIYA2018-03-291-47/+85
| |\ \
| | * | Deprecate app.override_domain()Takeshi KOMIYA2018-03-291-0/+3
| | * | Add a new keyword argument ``override`` to Application APIsTakeshi KOMIYA2018-03-211-47/+82
| * | | Fix #4787: Update docstrings for add_directive()Takeshi KOMIYA2018-03-271-7/+17
| |/ /
* | | Rename Config.read() to Config.from_conf_py()Takeshi KOMIYA2018-04-011-2/+2
* | | Deprecate Config.check_unicode()Takeshi KOMIYA2018-03-291-3/+2
* | | Fix confoverrides parameter was ignoredTakeshi KOMIYA2018-03-291-1/+1
* | | Instantiate Config object simply if confdir not givenTakeshi KOMIYA2018-03-281-4/+7
* | | Now Config.read() takes a filename instead (dirname, filename)Takeshi KOMIYA2018-03-281-1/+1
* | | Deprecate Config.check_types()Takeshi KOMIYA2018-03-241-2/+0
* | | Raise ExtensionError from Config class instead application classTakeshi KOMIYA2018-03-241-5/+1
* | | Refactor: Add Config.read() as a constructorTakeshi KOMIYA2018-03-231-2/+2
|/ /
* | Fix invalid __file__ variable is passed to conf.pyTakeshi KOMIYA2018-03-201-1/+1
* | Merge branch '1.7'Takeshi KOMIYA2018-03-181-3/+3
|\ \ | |/