summaryrefslogtreecommitdiff
path: root/sphinx/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix #5995: autodoc: autodoc_mock_imports conflict with metaclassTakeshi KOMIYA2019-02-021-1/+1
* Fix mypy violationsTakeshi KOMIYA2019-01-171-1/+1
* A happy new year!Takeshi KOMIYA2019-01-0227-27/+27
* Fix #5800: todo: crashed if todo is defined in TextElementTakeshi KOMIYA2018-12-221-1/+4
* Fix #5834: apidoc: wrong help for --tocfileTakeshi KOMIYA2018-12-191-1/+1
* Merge pull request #5829 from tk0miya/5724_setlocale_failureTakeshi KOMIYA2018-12-182-2/+2
|\
| * Fix #5724: quickstart: sphinx-quickstart fails when $LC_ALL is emptyTakeshi KOMIYA2018-12-172-2/+2
* | Use mathjax CDN "latest" URL by defaultMichael Goerz2018-12-171-1/+1
|/
* Merge pull request #5549 from jdemeyer/graphviz_copy_assetTakeshi KOMIYA2018-10-281-2/+2
|\
| * Correctly deal with non-existing static dir in graphviz extensionJeroen Demeyer2018-10-171-2/+2
* | Merge pull request #5536 from tk0miya/5497_install_mathjax_only_if_neededTakeshi KOMIYA2018-10-252-12/+18
|\ \
| * | Fix #5497: Do not include MathJax.js and jsmath.js unless it is really neededTakeshi KOMIYA2018-10-172-12/+18
| |/
* | Fix #5471: Show appropriate warning for deprecated APIsTakeshi KOMIYA2018-10-176-17/+17
|/
* Fix mypy violationsTakeshi KOMIYA2018-10-168-28/+28
* Fix #5463: mathbase: math_role and MathDirective was disappeared in 1.8.0Takeshi KOMIYA2018-09-211-0/+17
* Merge branch '1.8' into 5431_warnings_for_callableTakeshi KOMIYA2018-09-181-1/+6
|\
| * Fix #5436: Autodoc does not work with enum subclasses with properties/methodsTakeshi KOMIYA2018-09-181-1/+6
* | Fix #5431: autodoc: ``autofunction`` emits a warning for callable objectsTakeshi KOMIYA2018-09-181-1/+7
|/
* Fix mypy violationsTakeshi KOMIYA2018-09-181-1/+1
* Fix #5417: Sphinx fails to build with syntax error in Python 2.7.5Takeshi KOMIYA2018-09-161-1/+1
* Fix #5421: autodoc emits deprecation warning for :confval:`autodoc_default_fl...Takeshi KOMIYA2018-09-131-3/+8
* Fix #5362: apidoc: Add ``--toc`` option to change the filename of ToCTakeshi KOMIYA2018-09-061-3/+5
* Merge branch '1.8' into fix_ImportError_is_replacedTakeshi KOMIYA2018-09-063-4/+35
|\
| * Merge branch '1.8' into 2401_members_conflicts_with_special_membersTakeshi KOMIYA2018-09-051-2/+8
| |\
| | * Fix #4379: toctree shows confusible warning when document is excludedTakeshi KOMIYA2018-09-021-2/+8
| * | Fix #2401: autodoc: ``:members:`` causes ``:special-members:`` not to be shownTakeshi KOMIYA2018-09-032-2/+27
| |/
* | Fix autodoc: ImportError is replaced by AttributeError for deeper moduleTakeshi KOMIYA2018-09-031-1/+7
|/
* Merge branch '1.7' into 1.8Takeshi KOMIYA2018-08-251-8/+13
|\
| * Fix #5320: intersphinx: crashed if invalid url givenTakeshi KOMIYA2018-08-221-8/+13
* | graphviz: Don't use document.current_sourceTakeshi KOMIYA2018-08-211-3/+1
* | Merge pull request #5315 from tk0miya/add_autodoc_default_optionsTakeshi KOMIYA2018-08-202-19/+11
|\ \
| * | Add autodoc_default_optionsTakeshi KOMIYA2018-08-182-19/+11
* | | Merge pull request #5297 from AWhetter/viewcode_follow_imported_eventTakeshi KOMIYA2018-08-191-1/+7
|\ \ \
| * | | Plugins can resolve imported members for viewcodeAshley Whetter2018-08-131-1/+7
* | | | Merge branch '1.7'Takeshi KOMIYA2018-08-192-17/+17
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Fix #5306: autodoc: ``getargspec()`` raises NameError for invalid typehintsTakeshi KOMIYA2018-08-171-2/+5
| * | Fix #5211: autodoc: No docs generated for functools.partial functionsTakeshi KOMIYA2018-08-171-15/+12
* | | autodoc: add 'exclude-members' to user global optionsLewis Haley2018-08-171-1/+1
* | | autodoc: allow specifying values to global argumentsLewis Haley2018-08-172-4/+41
* | | Merge branch '1.7'Takeshi KOMIYA2018-08-171-2/+1
|\ \ \ | |/ /
| * | Fix #5298: imgmath: math_number_all causes equations to have two numbers in htmlTakeshi KOMIYA2018-08-151-2/+1
* | | Merge pull request #5307 from akaihola/5273_doctest_conditional_skipTakeshi KOMIYA2018-08-171-2/+15
|\ \ \ | |_|/ |/| |
| * | Ref #5273: doctest: added a missing type hintAntti Kaihola2018-08-161-1/+1
| * | Fix #5273: doctest: add :skipif: option for doctest directivesAntti Kaihola2018-08-071-2/+15
* | | Merge branch 'master' into graphviz_width_of_svgTakeshi KOMIYA2018-08-071-3/+12
|\ \ \
| * \ \ Merge pull request #5156 from rokroskar/use-doc-dirTakeshi KOMIYA2018-08-071-3/+12
| |\ \ \ | | |/ / | |/| |
| | * | graphviz: rename docpath -> docnameRok Roskar2018-08-061-3/+4
| | * | graphviz: add document name to graphviz nodeRok Roskar2018-08-061-4/+8
| | * | graphviz: make path construction more readableRok Roskar2018-08-061-2/+5
| | * | graphviz: run dot in the document directoryRok Roskar2018-08-061-1/+2