summaryrefslogtreecommitdiff
path: root/sphinx/application.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | Define new warning types for `suppress_warnings` (ref #2451)Takeshi KOMIYA2016-04-161-4/+8
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Add :confval:`suppress_warnings` to supress arbitrary warning messageTakeshi KOMIYA2016-02-231-1/+7
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix #2329: Refresh environment forcely if source directory has changedTakeshi KOMIYA2016-02-201-1/+1
| | | | | |
* | | | | | Fix #1858: Support numbering custom nodesTakeshi KOMIYA2016-02-141-2/+2
| | | | | |
* | | | | | Add Sphinx.add_enumerable_node() to add enumerable nodes for numfig featureTakeshi KOMIYA2016-02-141-0/+11
| | | | | |
* | | | | | Merge with stableshimizukawa2016-02-091-1/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: sphinx/environment.py sphinx/ext/autodoc.py sphinx/writers/latex.py
| * | | | | Fix #2287: `sphinx.transforms.Locale` always uses rst parser. Sphinx i18n ↵shimizukawa2016-02-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | feature should support parsers that specified source_parsers.
* | | | | | Fix #2235: ``needs_sphinx`` supports micro version comparisonTakeshi KOMIYA2016-01-211-1/+1
| | | | | |
* | | | | | Merge pull request #2209 from tk0miya/2162_add_source_parser_APITakeshi KOMIYA2016-01-171-0/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix #2162: Add Sphinx.add_source_parser() to add source_suffix and source_parsers from extension
| * | | | | | Fix #2162: Add Sphinx.add_source_parser() to add source_suffix and ↵Takeshi KOMIYA2016-01-041-0/+14
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | source_parsers from extension
* | | | | | Merge branch 'stable'Georg Brandl2016-01-141-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Obligatory copyright update.Georg Brandl2016-01-141-1/+1
| | | | |
* | | | | Fix PEP8 complaintRobert Lehmann2015-09-111-1/+1
| | | | | | | | | | | | | | | pyflake8: E128 continuation line under-indented for visual indent.
* | | | | Fixed #1786: Add configurable type hints.Robert Lehmann2015-09-111-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | This adds the option of giving, in addition to the type of the default value, hints about permissible types for configuration values.
* | | | | merge with stableshimizukawa2015-07-251-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fixed #1796: On py3, automated .mo building cause UnicodeDecodeError.shimizukawa2015-07-251-1/+2
| | |_|/ | |/| |
* | | | fixup test suite for already-registered warningsGeorg Brandl2015-07-221-8/+9
| | | |
* | | | Closes #1962: when adding directives, roles or nodes from an extension, warn ↵Georg Brandl2015-07-211-0/+20
|/ / / | | | | | | | | | | | | | | | if such an element is already present (built-in or added by another extension).
* | | Add warning when setup() return value is unsupportedGeorg Brandl2015-06-111-0/+3
| | | | | | | | | | | | Also remove bare except.
* | | Fix a crash when setting up extensions which do not support metadataTakeshi KOMIYA2015-06-111-1/+1
| | |
* | | app: make buildername availableGeorg Brandl2015-05-211-1/+2
| | |
* | | special exception for rst2pdf.pdfbuilder, we know it is safeGeorg Brandl2015-05-181-0/+3
| | |
* | | Set version number as "unknwon" for extensions which do not support metadataTakeshi KOMIYA2015-05-171-1/+1
| | |
* | | Fix a crash when setting up extensions which do not support metadataTakeshi KOMIYA2015-05-171-2/+5
| |/ |/|
* | Support PEP-440 version spec for developers.shimizukawa2015-03-141-3/+3
|/
* final pep8 fixes; reactivate most warnings in flake8Georg Brandl2015-03-081-1/+1
|
* pep8 fixesGeorg Brandl2015-03-081-4/+5
|
* Change the source parsers feature a bit:Georg Brandl2015-03-081-16/+2
| | | | | | | * parsers -> source_parsers * add docs * require fully qualified name or class * add test for it
* refs #1346. Add new default theme.shimizukawa2015-02-241-0/+6
| | | | | | | | | | | | | | - Rename 'default' theme to 'classic'. - rename `themes/default` to `themes/classic` - add new `themes/default` theme that derives from 'classic' theme for compatibility. - setup.py depends to 'alabaster' and 'rtd' theme. - theming.py import and run `alabaster.get_path()` to append path for alabaster theme. - theming.py also import and run `sphinx_rtd_theme.get_html_theme_path()` to append path. - sphinx-quickstart will generate `html_theme = 'alabaster'`. - If user use 'default', sphinx emit notice (WARNING) suggestion to use 'alabaster' or use 'classic'. - add documentation for new alabaster and readthedoc theme and link to original pages: - https://pypi.python.org/pypi/alabaster - https://pypi.python.org/pypi/sphinx_rtd_theme
* Closes #1680: fix botched error check for nonexisting environment fileGeorg Brandl2015-01-171-1/+1
|
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
| |
| * Now sphinx.ext.autodoc work with python-2.5 again, again.Takayuki Shimizukawa2014-09-261-1/+1
| |
* | Checked configuration values for their types. Fixes #1150.Robert Lehmann2014-10-301-0/+3
| |
* | Add options argument to Sphinx.add_latex_package()tk0miya2014-09-281-2/+2
| |
* | Add new API: Sphinx.add_latex_package()tk0miya2014-09-271-0/+5
| | | | | | | | | | Sphinx.add_latex_package() allows sphinx extensions to add latex packages. It helps creating extensions for latex (for example, latex-theming)
* | Switch sphinx.cmdline to optparse.Georg Brandl2014-09-221-0/+4
| |
* | Add a possibility to later execute finishing-up tasks in parallel.Georg Brandl2014-09-221-0/+9
| |
* | Test suite fixes after env.update() change.Georg Brandl2014-09-221-3/+3
| |
* | [WIP] parallel readGeorg Brandl2014-09-221-0/+1
| |
* | Move status_iterator to application object.Georg Brandl2014-09-221-1/+44
| |
* | Change extension setup() return value to a dictionary of metadata.Georg Brandl2014-09-221-8/+10
| | | | | | | | This makes it possible to introduce more metadata values later.
* | Rename env-read-docs to env-before-read-docs, add changelog entry and fixup ↵Georg Brandl2014-09-221-1/+1
| | | | | | | | tests.
* | Merged in guillemNaN/sphinx (pull request #261)Georg Brandl2014-09-221-0/+1
|\ \ | | | | | | | | | Add env-read-docs event to allow modify docnames list before processing
| * | Add env-read-docs event to allow modify docnames list before processingGuillem Barba2014-07-311-0/+1
| | |
* | | Minor PEP8 cleanup.Georg Brandl2014-09-211-4/+4
| | |
* | | merge with stableGeorg Brandl2014-09-171-3/+8
|\ \ \ | | |/ | |/|
| * | merge headsGeorg Brandl2014-09-171-2/+7
| |\ \
| | * | Exception logs now contain the last 10 messages emitted by Sphinx.Georg Brandl2014-09-171-2/+7
| | | |
| * | | sphinx.application.Sphinx.add_search_language raises AssertionError for ↵Takayuki Shimizukawa2014-09-091-1/+1
| |/ / | | | | | | | | | correct type of argument. Closes #1563