| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make rendering of multiline signatures better in html. | Jakob Lykke Andersen | 2016-10-20 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'stable' into master | jfbu | 2016-09-07 | 1 | -0/+2 |
| |\ | | | | | | | | | Conflicts (fixed):: sphinx/texinputs/sphinx.sty | ||||
| | * | doc: Use AutodocReporter at example of nested_parse_with_titles() | Takeshi KOMIYA | 2016-09-07 | 1 | -0/+2 |
| | | | | | | | | | | | In detail, please refer following thread: https://groups.google.com/forum/#!topic/sphinx-dev/l4fHrIJfwq4 | ||||
| * | | Sphinx.add_source_parser takes only two arguments | miyakogi | 2016-05-27 | 1 | -1/+1 |
| |/ | | | https://github.com/sphinx-doc/sphinx/blob/master/sphinx/application.py#L794 | ||||
| * | Fix #1858: Support numbering custom nodes | Takeshi KOMIYA | 2016-02-14 | 1 | -6/+16 |
| | | |||||
| * | Add Sphinx.add_enumerable_node() to add enumerable nodes for numfig feature | Takeshi KOMIYA | 2016-02-14 | 1 | -0/+12 |
| | | |||||
| * | Fixup links in the documentation. | Georg Brandl | 2016-02-13 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #2207 from tk0miya/baseclass_for_parsers | Takeshi KOMIYA | 2016-01-17 | 2 | -0/+9 |
| |\ | | | | | Add sphinx.parsers.Parser class; a base class for new parsers | ||||
| | * | Update docs about sphinx.parsers.Parser class | Takeshi KOMIYA | 2016-01-17 | 2 | -0/+9 |
| | | | |||||
| * | | Merge pull request #2209 from tk0miya/2162_add_source_parser_API | Takeshi KOMIYA | 2016-01-17 | 1 | -0/+6 |
| |\ \ | | | | | | | 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/+6 |
| | | | | | | | | | | | | | source_parsers from extension | ||||
| * | | | Merge branch 'stable' | Takeshi KOMIYA | 2016-01-11 | 1 | -1/+5 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | Fix #1900: BuildEnvironment.srcdir documentation gives false information | Takeshi KOMIYA | 2016-01-07 | 1 | -1/+5 |
| | | | | |||||
| | * | | Fix typos #2122 (cherry-picked by hand) | Takeshi KOMIYA | 2016-01-02 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix typos. | Jakub Wilk | 2016-01-01 | 1 | -1/+1 |
| | |/ |/| | |||||
| * | | merge with stable | shimizukawa | 2015-07-25 | 1 | -2/+2 |
| |\ \ | |/ | |||||
| | * | fix obsoleted documentation | shimizukawa | 2015-07-25 | 1 | -2/+2 |
| | | | |||||
| * | | Some language edits while reading | Jean Jordaan | 2015-05-15 | 1 | -10/+10 |
| |/ | |||||
| * | The ``env-updated`` event can now return a value, which is interpreted as an ↵ | Georg Brandl | 2015-01-25 | 1 | -0/+7 |
| | | | | | | | iterable of additional docnames that need to be rewritten. (reference: #1683) | ||||
| * | merge with stable | Takayuki Shimizukawa | 2014-12-05 | 1 | -0/+1 |
| |\ | |||||
| | * | fix documentation for extension development tutorial. Closes #1624. Thanks ↵ | Takayuki Shimizukawa | 2014-11-26 | 1 | -0/+1 |
| | | | | | | | | | to dkeeney_fastacash. | ||||
| * | | Closes #1597: Added possibility to return a new template name from ↵ | Georg Brandl | 2014-10-23 | 1 | -0/+6 |
| | | | | | | | | | `html-page-context`. | ||||
| * | | fix trailing space and long line | Takayuki Shimizukawa | 2014-10-09 | 1 | -1/+1 |
| | | | |||||
| * | | Add options argument to Sphinx.add_latex_package() | tk0miya | 2014-09-28 | 1 | -1/+7 |
| | | | |||||
| * | | Add new API: Sphinx.add_latex_package() | tk0miya | 2014-09-27 | 1 | -0/+6 |
| | | | | | | | | | | | Sphinx.add_latex_package() allows sphinx extensions to add latex packages. It helps creating extensions for latex (for example, latex-theming) | ||||
| * | | Make remaining builtin extensions parallel-read-proof. | Georg Brandl | 2014-09-22 | 1 | -1/+3 |
| | | | |||||
| * | | Document env-merge-info event, add parallel reading to changelog | Georg Brandl | 2014-09-22 | 1 | -0/+18 |
| | | | |||||
| * | | [WIP] parallel read | Georg Brandl | 2014-09-22 | 2 | -1/+9 |
| | | | |||||
| * | | Change extension setup() return value to a dictionary of metadata. | Georg Brandl | 2014-09-22 | 2 | -6/+16 |
| | | | | | | | | | 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 | -5/+9 |
| | | | | | | | | | tests. | ||||
| * | | Merged in guillemNaN/sphinx (pull request #261) | Georg Brandl | 2014-09-22 | 1 | -0/+8 |
| |\ \ | | | | | | | | | | 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/+8 |
| | | | | |||||
| * | | | Add support for extensions to declare their version as a string returned ↵ | Georg Brandl | 2014-09-03 | 2 | -0/+7 |
| | | | | | | | | | | | | | from setup(). | ||||
| * | | | Add app.set_translator() API to register or override a Docutils translator ↵ | Takayuki Shimizukawa | 2014-08-05 | 1 | -6/+10 |
| | | | | | | | | | | | | | class like :confval:`html_translator_class`. | ||||
| * | | | * fix code to pass test, add versionadded to doc, update CHANGES for pull ↵ | Takayuki Shimizukawa | 2014-08-03 | 1 | -0/+2 |
| | | | | | | | | | | | | | request #229 | ||||
| * | | | Merged in russell/sphinx-pluggable-translators (pull request #229) | Takayuki Shimizukawa | 2014-08-03 | 1 | -4/+13 |
| |\ \ \ | |/ / |/| | | | | | Allow registration of other translators | ||||
| | * | | Allow registration of other translators | Russell Sim | 2014-03-20 | 1 | -4/+13 |
| | | | | | | | | | | | | | | | | | | | | | | This adds an add_translator method to the sphinx application class. It allows developers to register custom translators (writers) with sphinx, so other extensions that add new nodes can register support for the custom translators. | ||||
| * | | | rewrapping paragraphs when over 80 characters wide | EricFromCanada | 2014-06-18 | 1 | -4/+4 |
| | | | | |||||
| * | | | Fix a copy/paste (presumably) mistake in the extdev tutorial. | Jean-Paul Calderone | 2014-04-04 | 1 | -1/+1 |
| | | | | |||||
| * | | | merge with stable | Georg Brandl | 2014-03-26 | 1 | -1/+12 |
| |\ \ \ | |/ / |/| / | |/ | |||||
| | * | Add an example how to connect events. | Georg Brandl | 2014-03-26 | 1 | -1/+12 |
| | | | |||||
| * | | merge with stable | Georg Brandl | 2014-03-02 | 2 | -3/+3 |
| |\ \ | |/ | |||||
| | * | Fix long lines. | Georg Brandl | 2014-03-02 | 1 | -2/+2 |
| | | | |||||
| * | | merge with stable | Georg Brandl | 2014-01-26 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | add link | Georg Brandl | 2014-01-24 | 1 | -1/+1 |
| | | | |||||
| * | | merge with stable | Georg Brandl | 2014-01-22 | 3 | -5/+183 |
| |\ \ | |/ | |||||
| | * | some directive creation docs | Georg Brandl | 2014-01-21 | 2 | -5/+133 |
| | | | |||||
| | * | remove duplicate wording | Georg Brandl | 2014-01-21 | 1 | -2/+2 |
| | | | |||||
| | * | actually use exception markup | Georg Brandl | 2014-01-21 | 1 | -5/+5 |
| | | | |||||
| | * | doc: add exceptions from sphinx.errors | Georg Brandl | 2014-01-21 | 1 | -0/+50 |
| | | | |||||
