Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Define new warning types for `suppress_warnings` (ref #2451) | Takeshi KOMIYA | 2016-04-16 | 1 | -4/+8 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | Add :confval:`suppress_warnings` to supress arbitrary warning message | Takeshi KOMIYA | 2016-02-23 | 1 | -1/+7 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | Fix #2329: Refresh environment forcely if source directory has changed | Takeshi KOMIYA | 2016-02-20 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Fix #1858: Support numbering custom nodes | Takeshi KOMIYA | 2016-02-14 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | Add Sphinx.add_enumerable_node() to add enumerable nodes for numfig feature | Takeshi KOMIYA | 2016-02-14 | 1 | -0/+11 | |
| | | | | | | ||||||
* | | | | | | Merge with stable | shimizukawa | 2016-02-09 | 1 | -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 ↵ | shimizukawa | 2016-02-09 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | feature should support parsers that specified source_parsers. | |||||
* | | | | | | Fix #2235: ``needs_sphinx`` supports micro version comparison | Takeshi KOMIYA | 2016-01-21 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #2209 from tk0miya/2162_add_source_parser_API | Takeshi KOMIYA | 2016-01-17 | 1 | -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 KOMIYA | 2016-01-04 | 1 | -0/+14 | |
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | source_parsers from extension | |||||
* | | | | | | Merge branch 'stable' | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | ||||||
| * | | | | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Fix PEP8 complaint | Robert Lehmann | 2015-09-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | pyflake8: E128 continuation line under-indented for visual indent. | |||||
* | | | | | Fixed #1786: Add configurable type hints. | Robert Lehmann | 2015-09-11 | 1 | -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 stable | shimizukawa | 2015-07-25 | 1 | -1/+2 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fixed #1796: On py3, automated .mo building cause UnicodeDecodeError. | shimizukawa | 2015-07-25 | 1 | -1/+2 | |
| | |_|/ | |/| | | ||||||
* | | | | fixup test suite for already-registered warnings | Georg Brandl | 2015-07-22 | 1 | -8/+9 | |
| | | | | ||||||
* | | | | Closes #1962: when adding directives, roles or nodes from an extension, warn ↵ | Georg Brandl | 2015-07-21 | 1 | -0/+20 | |
|/ / / | | | | | | | | | | | | | | | | if such an element is already present (built-in or added by another extension). | |||||
* | | | Add warning when setup() return value is unsupported | Georg Brandl | 2015-06-11 | 1 | -0/+3 | |
| | | | | | | | | | | | | Also remove bare except. | |||||
* | | | Fix a crash when setting up extensions which do not support metadata | Takeshi KOMIYA | 2015-06-11 | 1 | -1/+1 | |
| | | | ||||||
* | | | app: make buildername available | Georg Brandl | 2015-05-21 | 1 | -1/+2 | |
| | | | ||||||
* | | | special exception for rst2pdf.pdfbuilder, we know it is safe | Georg Brandl | 2015-05-18 | 1 | -0/+3 | |
| | | | ||||||
* | | | Set version number as "unknwon" for extensions which do not support metadata | Takeshi KOMIYA | 2015-05-17 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix a crash when setting up extensions which do not support metadata | Takeshi KOMIYA | 2015-05-17 | 1 | -2/+5 | |
| |/ |/| | ||||||
* | | Support PEP-440 version spec for developers. | shimizukawa | 2015-03-14 | 1 | -3/+3 | |
|/ | ||||||
* | final pep8 fixes; reactivate most warnings in flake8 | Georg Brandl | 2015-03-08 | 1 | -1/+1 | |
| | ||||||
* | pep8 fixes | Georg Brandl | 2015-03-08 | 1 | -4/+5 | |
| | ||||||
* | Change the source parsers feature a bit: | Georg Brandl | 2015-03-08 | 1 | -16/+2 | |
| | | | | | | | * parsers -> source_parsers * add docs * require fully qualified name or class * add test for it | |||||
* | refs #1346. Add new default theme. | shimizukawa | 2015-02-24 | 1 | -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 file | Georg Brandl | 2015-01-17 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
|\ | ||||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | | ||||||
| * | Now sphinx.ext.autodoc work with python-2.5 again, again. | Takayuki Shimizukawa | 2014-09-26 | 1 | -1/+1 | |
| | | ||||||
* | | Checked configuration values for their types. Fixes #1150. | Robert Lehmann | 2014-10-30 | 1 | -0/+3 | |
| | | ||||||
* | | Add options argument to Sphinx.add_latex_package() | tk0miya | 2014-09-28 | 1 | -2/+2 | |
| | | ||||||
* | | Add new API: Sphinx.add_latex_package() | tk0miya | 2014-09-27 | 1 | -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 Brandl | 2014-09-22 | 1 | -0/+4 | |
| | | ||||||
* | | Add a possibility to later execute finishing-up tasks in parallel. | Georg Brandl | 2014-09-22 | 1 | -0/+9 | |
| | | ||||||
* | | Test suite fixes after env.update() change. | Georg Brandl | 2014-09-22 | 1 | -3/+3 | |
| | | ||||||
* | | [WIP] parallel read | Georg Brandl | 2014-09-22 | 1 | -0/+1 | |
| | | ||||||
* | | Move status_iterator to application object. | Georg Brandl | 2014-09-22 | 1 | -1/+44 | |
| | | ||||||
* | | Change extension setup() return value to a dictionary of metadata. | Georg Brandl | 2014-09-22 | 1 | -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 Brandl | 2014-09-22 | 1 | -1/+1 | |
| | | | | | | | | tests. | |||||
* | | Merged in guillemNaN/sphinx (pull request #261) | Georg Brandl | 2014-09-22 | 1 | -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 processing | Guillem Barba | 2014-07-31 | 1 | -0/+1 | |
| | | | ||||||
* | | | Minor PEP8 cleanup. | Georg Brandl | 2014-09-21 | 1 | -4/+4 | |
| | | | ||||||
* | | | merge with stable | Georg Brandl | 2014-09-17 | 1 | -3/+8 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | merge heads | Georg Brandl | 2014-09-17 | 1 | -2/+7 | |
| |\ \ | ||||||
| | * | | Exception logs now contain the last 10 messages emitted by Sphinx. | Georg Brandl | 2014-09-17 | 1 | -2/+7 | |
| | | | | ||||||
| * | | | sphinx.application.Sphinx.add_search_language raises AssertionError for ↵ | Takayuki Shimizukawa | 2014-09-09 | 1 | -1/+1 | |
| |/ / | | | | | | | | | | correct type of argument. Closes #1563 |