summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* merge with stableshimizukawa2014-12-051-0/+1
|\
| * fix documentation for extension development tutorial. Closes #1624. Thanks ↵shimizukawa2014-11-261-0/+1
| | | | | | | | to dkeeney_fastacash.
* | replace PIL with Pillow.shimizukawa2014-12-031-4/+4
| |
* | update bundled ez_setup.py for setuptools-7.0 that requires Python 2.6 or later.shimizukawa2014-12-031-17/+21
| |
* | Closes #1623: Return types specified with ``:rtype:`` are now turned into ↵Georg Brandl2014-11-121-2/+2
| | | | | | | | links if possible.
* | change a link for documentation translation page: from 1.2 to 1.3shimizukawa2014-11-041-2/+2
| |
* | fix: support python versions.shimizukawa2014-10-302-2/+2
| |
* | use reference to python 3.4 for intersphinxshimizukawa2014-10-301-4/+4
| |
* | enable sphinx.ext.viewcode for sphinx doc itselfshimizukawa2014-10-281-1/+2
| |
* | Closes #1597: Added possibility to return a new template name from ↵Georg Brandl2014-10-231-0/+6
| | | | | | | | `html-page-context`.
* | Merged in ↵Takayuki Shimizukawa2014-10-222-2/+5
|\ \ | | | | | | | | | | | | | | | westurner/sphinx-1/westurner/doc-invocationrst-sphinxapidoc-m-option-1413253549167 (pull request #308) DOC: invocation.rst: sphinx-apidoc -M option
| * | DOC: Add reference to markup/para.rst#glossary-directive from markup/inline.rstWes Turner2014-10-182-2/+5
| | |
* | | DOC: invocation.rst: sphinx-apidoc -M optionWes Turner2014-10-141-0/+5
|/ /
* | rename `numfig_prefix` to `numfig_format`. later is better for the purpose.shimizukawa2014-10-101-2/+2
| |
* | fix trailing space and long lineshimizukawa2014-10-092-2/+2
| |
* | Merged in tk0miya/sphinx (pull request #303)Takayuki Shimizukawa2014-10-093-7/+20
|\ \ | | | | | | | | | Add :numref: role to refer figures, tables and code-blocks by its fignum
| * \ Merged in shimizukawa/sphinx (pull request #305)Takayuki Shimizukawa2014-10-091-2/+10
| |\ \ | | | | | | | | | | | | gettext speed-up. closes #1426
| | * | fix grammar by reviewshimizukawa2014-10-081-3/+3
| | | |
| | * | If the ``python-levenshtein`` 3rd-party package is installed, it will ↵shimizukawa2014-10-051-0/+4
| | | | | | | | | | | | | | | | improve the calculation time. refs #1426.
| | * | Incompatibility. Now :confval:`gettext_uuid` is set False by default. If ↵shimizukawa2014-10-051-2/+6
| | | | | | | | | | | | | | | | False, also levenshtein calculation is disabled. refs #1426
| * | | fix documentation for websupport.shimizukawa2014-10-091-3/+3
| | | |
| * | | mergeJeppe Pihl2014-10-061-2/+7
| |\ \ \ | | |/ / | |/| |
| | * | added documentation for lineno-match optionJeppe Pihl2014-10-041-2/+7
| | | |
* | | | Add docs about :numref: roletk0miya2014-10-091-0/+18
| | | |
* | | | Update docs by reviewingtk0miya2014-10-091-1/+3
| | | |
* | | | Add docs about confval for numfigtk0miya2014-10-081-0/+22
|/ / /
* | | pull request #299 has been merged. Add documentation for sphinx-quickstart ↵shimizukawa2014-10-041-0/+133
|/ / | | | | | | options, update a few statement and CHANGES. Closes #1501.
* | Merge with defaulttk0miya2014-09-281-1/+7
|\ \
| * | Add options argument to Sphinx.add_latex_package()tk0miya2014-09-281-1/+7
| | |
* | | add :confval:`gettext_enables` to enable extracting 'index' to gettext ↵shimizukawa2014-09-281-0/+10
|/ / | | | | | | catalog output / applying translation catalog to generated documentation. Closes #1344
* | Add new API: Sphinx.add_latex_package()tk0miya2014-09-271-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 Brandl2014-09-221-1/+3
| |
* | Document env-merge-info event, add parallel reading to changelogGeorg Brandl2014-09-221-0/+18
| |
* | [WIP] parallel readGeorg Brandl2014-09-222-1/+9
| |
* | Change extension setup() return value to a dictionary of metadata.Georg Brandl2014-09-222-6/+16
| | | | | | | | This makes it possible to introduce more metadata values later.
* | add a paragraph about sphinx-contrib on the front pageGeorg Brandl2014-09-221-0/+3
| |
* | Fix the docs index sidebar for unreleased versions.Georg Brandl2014-09-221-1/+1
| |
* | Rename env-read-docs to env-before-read-docs, add changelog entry and fixup ↵Georg Brandl2014-09-221-5/+9
| | | | | | | | tests.
* | Merged in guillemNaN/sphinx (pull request #261)Georg Brandl2014-09-2225-76/+365
|\ \ | | | | | | | | | Add env-read-docs event to allow modify docnames list before processing
| * | Fixup windows newlines.Georg Brandl2014-09-211-9/+9
| | |
| * | add a bullet point about keeping tests fastGeorg Brandl2014-09-211-0/+5
| | |
| * | make :any: role work with intersphinx!Georg Brandl2014-09-192-1/+5
| | |
| * | Use "any" role in changelog.Georg Brandl2014-09-192-7/+17
| | |
| * | Added the `any` role that can be used to find a cross-reference ofGeorg Brandl2014-09-191-2/+45
| | | | | | | | | | | | | | | *any* type in *any* domain. Custom domains should implement the new `~Domain.resolve_any_xref` method to make this work properly.
| * | Fix URL in docu for opensearch.Georg Brandl2014-09-191-1/+1
| | |
| * | Added "libreoffice" extension to the extension listGerard Marull Paretas2014-09-171-0/+1
| | |
| * | add distribution possibilityGeorg Brandl2014-09-141-1/+4
| | |
| * | Merged in ↵Georg Brandl2014-09-141-0/+6
| |\ \ | | | | | | | | | | | | | | | | | | | | hickford/sphinx-1/hickford/add-instructions-how-to-install-sphinx-t-1410715164407 (pull request #287) Add instructions how to install Sphinx to top of tutorial
| | * | Add instructions how to install Sphinx to top of tutorialMatt Hickford2014-09-141-0/+6
| | | |
| * | | Explain how to install Sphinx with pip (rather than easy_install). Fixes #1447Matt Hickford2014-09-141-1/+1
| |/ /