summaryrefslogtreecommitdiff
path: root/sphinx/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix #1818: `sphinx.ext.todo` directive generates broken html class attribute ...shimizukawa2015-11-291-1/+8
* Fixed #1974: UnboundLocalError: local variable 'domain' referenced before ass...shimizukawa2015-11-171-0/+1
* Fixes #1725: On py2 environment, doctest with using non-ASCII characters caus...shimizukawa2015-08-021-14/+46
* Closes #1949: Use ``safe_getattr`` in the coverage builder to avoid aborting ...Georg Brandl2015-07-251-1/+5
* Closes #1840: [Napoleon] Fixes Google style parsing to only match section hea...Rob Ruana2015-07-241-3/+5
* FIX: Only check if members is TrueEric Larson2015-07-051-1/+1
* Closes #1927: [Napoleon] fixes parsing & formatting of types in Raises sectionRob Ruana2015-06-111-22/+20
* Closes #1904: [Napoleon] parses restructuredtext references in fields/params ...Rob Ruana2015-05-271-27/+43
* Closes #1831: [Napoleon] Makes google type regex greedy to consume entire typ...Rob Ruana2015-05-031-12/+12
* Closes #1831: [Napoleon] If name is not found in NumPy Doc Returns section, r...Rob Ruana2015-04-031-0/+2
* Autodoc: Python2 Allow unicode string in __all__Jens Hedegaard Nielsen2015-03-161-2/+2
* Support PEP-440 version spec for developers.shimizukawa2015-03-1416-16/+16
* final pep8 fixes; reactivate most warnings in flake8Georg Brandl2015-03-081-1/+1
* ext: pep8 fixesGeorg Brandl2015-03-0815-52/+106
* Change the source parsers feature a bit:Georg Brandl2015-03-081-1/+1
* enables flake8 E501 line too long, E502 the backslash is redundant between br...shimizukawa2015-03-071-2/+2
* Closes #1748: SyntaxError in sphinx/ext/ifconfig.py with Python 2.6.shimizukawa2015-03-021-1/+1
* Merge branch 'source_suffix'shimizukawa2015-02-271-4/+3
|\
| * source_suffix can now be a list.Georg Brandl2015-02-081-4/+3
* | Closes #1735: Use https://doc.python.org/ instead of ``http`` protocol. It w...shimizukawa2015-02-231-1/+1
* | Fix Google Docstring argument regex in Napoleon. Argument type matching is no...Rob Ruana2015-02-151-19/+18
* | Closes #1716: Adds "Yield" alias for "Yields" section in napoleon extensionRob Ruana2015-02-091-1/+2
* | Closes #1484: add tests to confirm namedtuple subclasses are handled correctl...Rob Ruana2015-02-091-0/+2
|/
* FIX: Use codecs moduleEric89GXL2015-02-081-8/+4
* FIX: Safer decodingEric89GXL2015-02-081-2/+8
* FIX: Use context managers and explicit encodingEric89GXL2015-02-041-9/+7
* Added Usage section to be compatible with CartouchePete Savage2015-02-041-0/+11
* Fix sphinx.ext.inheritance_diagram on python 3Yclept Nemo2015-01-291-1/+1
* Remove non-determinismDmitry Shachnev2015-01-281-6/+11
* Fix broken link to MathjaxMatt Hickford2015-01-251-1/+1
* Merge branch 'stable'shimizukawa2015-01-171-1/+2
|\
| * Fixes #1686: ifconfig directive doesn't care about default config values.shimizukawa2015-01-171-1/+2
| * #1674: do not crash if module.__all__ is not according to specGeorg Brandl2015-01-151-0/+9
* | Merge remote-tracking branch 'refs/remotes/origin/master'Georg Brandl2015-01-151-2/+10
|\ \
| * | Closes #1670: Fix napoleon handling of *args and **kwargs parametersRob Ruana2015-01-121-2/+10
* | | #1674: do not crash if module.__all__ is not according to specGeorg Brandl2015-01-151-0/+9
|/ /
* | Test fixup.Georg Brandl2015-01-091-1/+1
* | napoleon: fix handling of blocks when there is a prefix but no line contentGeorg Brandl2015-01-081-5/+4
* | autodoc: use sourcename also for content generated by autodoc itselfLuc Saffre2015-01-062-22/+35
* | Merge branch 'stable'Georg Brandl2015-01-0321-21/+21
|\ \ | |/
| * all: update copyrightGeorg Brandl2015-01-0318-18/+18
* | merge with stableGeorg Brandl2014-11-071-52/+36
|\ \ | |/
| * Fix :confval:`autodoc_docstring_signature` not working with signaturesGeorg Brandl2014-11-071-52/+36
* | merge with stableTakayuki Shimizukawa2014-10-091-1/+2
|\ \ | |/
| * fix: autosummary of modules broken in Sphinx-1.2.3. closes #1585Takayuki Shimizukawa2014-10-041-1/+2
* | improve C coverage outputGeorg Brandl2014-10-061-3/+3
* | Add imgpath property to all builderstk0miya2014-09-272-9/+3
* | merge with stableTakayuki Shimizukawa2014-09-261-8/+3
|\ \ | |/
| * refactoring by using `with cd`Takayuki Shimizukawa2014-09-261-8/+4
| * Now sphinx.ext.autodoc work with python-2.5 again.Takayuki Shimizukawa2014-09-261-1/+1