summaryrefslogtreecommitdiff
path: root/sphinx/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix #6936: sphinx-autogen: raises AttributeErrorTakeshi KOMIYA2019-12-221-0/+5
* Merge branch '2.0' into 6798_autosummary_emits_skip_member_eventTakeshi KOMIYA2019-11-212-6/+8
|\
| * Merge pull request #6834 from tk0miya/6738_deprecated_tex_escape_mapTakeshi KOMIYA2019-11-191-4/+4
| |\
| | * Make escape() and hlescape() as public APIs of texescapeTakeshi KOMIYA2019-11-161-4/+4
| * | Close #2546: apidoc: .so file supportTakeshi KOMIYA2019-11-171-3/+4
| |/
| * Fix #6738: Use get_encode_func in todo extensionTakeshi KOMIYA2019-11-161-2/+3
* | autosummary: Allows to document a member forcedly if skip-member handler retu...Takeshi KOMIYA2019-11-161-3/+12
* | Close #6798: autosummary: emit ``autodoc-skip-member`` event on generating st...Takeshi KOMIYA2019-11-161-2/+13
|/
* Fetch inventories concurrentlyZac-HD2019-11-151-15/+26
* Close #1331: Change default User-Agent headerTakeshi KOMIYA2019-10-271-0/+1
* Merge branch '2.0' into 6708_mathbaseTakeshi KOMIYA2019-10-141-1/+1
|\
| * Fix #6709: autodoc: mock object does not work as a class decoratorTakeshi KOMIYA2019-10-061-1/+1
* | Fix #6708: mathbase: Some deprecated functions have removedTakeshi KOMIYA2019-10-131-0/+73
|/
* Fix mypy violations (for mypy-0.730)Takeshi KOMIYA2019-10-063-5/+5
* Switch uses of __import__ to importlib.get_module()Jon Dufresne2019-08-173-10/+12
* Fix type annotationjfbu2019-08-011-1/+1
* Fix error in cherry-picking #6310 to 2.0jfbu2019-08-011-1/+2
* Add Python3 type annotation to cherry-picked #6310 for 2.2.0 releasejfbu2019-08-011-4/+2
* More robust code for getting saved "depth" of svg inline math snippetjfbu2019-08-011-1/+6
* Make imgmath_use_preview work also for svg outputjfbu2019-08-011-4/+40
* Fix type annotation for python 3.5.1Takeshi KOMIYA2019-07-136-11/+30
* Merge pull request #6571 from tk0miya/6567_autoclass_content_ignores_inherite...Takeshi KOMIYA2019-07-131-4/+6
|\
| * Fix #6567: autodoc: autodoc_inherit_docstrings does not effect to __init__()Takeshi KOMIYA2019-07-111-4/+6
* | Fix mypy violations (for mypy-0.720)Takeshi KOMIYA2019-07-131-2/+2
* | Merge branch '2.1.3' into 2.0Takeshi KOMIYA2019-07-132-2/+2
|\ \ | |/ |/|
| * Fix mypy violations (for mypy-0.720)Takeshi KOMIYA2019-07-132-2/+2
* | Migrate to py3 style type annotation: sphinx.ext.autosectionlabelTakeshi KOMIYA2019-07-041-10/+6
* | Migrate to py3 style type annotation: sphinx.ext.viewcodeTakeshi KOMIYA2019-07-041-20/+14
* | Migrate to py3 style type annotation: sphinx.ext.todoTakeshi KOMIYA2019-07-041-47/+29
* | Migrate to py3 style type annotation: sphinx.ext.jsmathTakeshi KOMIYA2019-07-041-7/+3
* | Migrate to py3 style type annotation: sphinx.ext.ifconfigTakeshi KOMIYA2019-07-041-11/+7
* | Migrate to py3 style type annotation: sphinx.ext.doctestTakeshi KOMIYA2019-07-041-61/+38
* | Migrate to py3 style type annotation: sphinx.ext.autosummaryTakeshi KOMIYA2019-07-041-67/+39
* | Migrate to py3 style type annotation: sphinx.ext.autosummary.generateTakeshi KOMIYA2019-07-041-41/+28
* | Migrate to py3 style type annotation: sphinx.ext.napoleon.iteratorsTakeshi KOMIYA2019-07-041-22/+10
* | Migrate to py3 style type annotation: sphinx.ext.napoleon.docstringTakeshi KOMIYA2019-07-041-134/+75
* | Migrate to py3 style type annotation: sphinx.ext.napoleonTakeshi KOMIYA2019-07-041-14/+9
* | Migrate to py3 style type annotation: sphinx.ext.inheritance_diagramTakeshi KOMIYA2019-07-041-48/+33
* | Migrate to py3 style type annotation: sphinx.ext.imgmathTakeshi KOMIYA2019-07-041-34/+19
* | Migrate to py3 style type annotation: sphinx.ext.coverageTakeshi KOMIYA2019-07-011-27/+13
* | Migrate to py3 style type annotation: sphinx.ext.linkcodeTakeshi KOMIYA2019-07-011-9/+6
* | Migrate to py3 style type annotation: sphinx.ext.githubpagesTakeshi KOMIYA2019-07-011-10/+5
* | Migrate to py3 style type annotation: sphinx.ext.intersphinxTakeshi KOMIYA2019-07-011-37/+22
* | Migrate to py3 style type annotation: sphinx.ext.graphvizTakeshi KOMIYA2019-07-011-51/+33
* | Migrate to py3 style type annotation: sphinx.ext.autodoc.mockTakeshi KOMIYA2019-07-011-54/+28
* | Migrate to py3 style type annotation: sphinx.ext.autodoc.directiveTakeshi KOMIYA2019-07-011-27/+18
* | Migrate to py3 style type annotation: sphinx.ext.autodoc.importerTakeshi KOMIYA2019-07-011-10/+7
* | Migrate to py3 style type annotation: sphinx.ext.autodocTakeshi KOMIYA2019-07-011-192/+119
* | Migrate to py3 style type annotation: sphinx.ext.mathjaxTakeshi KOMIYA2019-07-011-15/+8
* | Migrate to py3 style type annotation: sphinx.ext.mathbaseTakeshi KOMIYA2019-07-011-15/+11