summaryrefslogtreecommitdiff
path: root/sphinx/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix docs of inheritance-diagram "parts" optionMichael Goerz2019-03-191-6/+12
* Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-194-5/+5
* Merge branch '1.8' into 2.0Takeshi KOMIYA2019-03-091-5/+4
|\
| * Fixed a bug in intersphinx failure reportingLuc Saffre2019-03-081-5/+4
* | Clean up import for annotationsTakeshi KOMIYA2019-03-0611-19/+8
* | Merge branch '1.8' into 2.0Takeshi KOMIYA2019-03-022-14/+20
|\ \ | |/
| * Fix #6068: doctest: ``skipif`` option may remove the code block from document...Takeshi KOMIYA2019-02-281-10/+19
| * Fix #6028: graphviz: Ensure the graphviz filenames are reproducibleTakeshi KOMIYA2019-02-281-3/+1
* | Merge branch '1.8'Takeshi KOMIYA2019-02-172-3/+4
|\ \ | |/
| * Fix #6047: autodoc: ``autofunction`` emits a warning for method objectsTakeshi KOMIYA2019-02-171-0/+1
| * Fix #6019: imgconverter: Including multipage PDF failsTakeshi KOMIYA2019-02-141-3/+3
* | Closes #1148: autodoc: Add autodecorator directive for decoratorsTakeshi KOMIYA2019-02-151-0/+18
* | Merge pull request #6064 from tk0miya/5636_add_autosummary_mock_importsTakeshi KOMIYA2019-02-141-6/+11
|\ \
| * | Closes #5636: autosummary: Add autosummary_mock_imports to mock external libr...Takeshi KOMIYA2019-02-111-6/+11
* | | Fix autosectionlabel_maxdepth is 0 originTakeshi KOMIYA2019-02-111-1/+1
* | | autosectionlabel: Rename confval to autosectionlabel_maxdepthTakeshi KOMIYA2019-02-111-3/+3
* | | autosectionlabel: Rename node_get_depth() to get_node_depth()Takeshi KOMIYA2019-02-111-2/+2
* | | Merge branch 'master' into 4261_autosectionlabel_max_depthTakeshi KOMIYA2019-02-1129-2562/+2377
|\ \ \ | |/ /
| * | Deprecate sphinx.util.pycompat:sys_encodingTakeshi KOMIYA2019-02-111-3/+3
| * | Merge pull request #6053 from tk0miya/5459_autodoc_default_options_accepts_TrueTakeshi KOMIYA2019-02-111-1/+1
| |\ \
| | * \ Merge branch 'master' into 5459_autodoc_default_options_accepts_TrueTakeshi KOMIYA2019-02-111-10/+29
| | |\ \
| | * | | Closes #5459: autodoc: autodoc_default_options accepts True as a valueTakeshi KOMIYA2019-02-111-1/+1
| * | | | Merge pull request #5924 from arxanas/githubpages-cnameTakeshi KOMIYA2019-02-111-4/+13
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | githubpages: support custom domainsWaleed Khan2019-02-101-4/+13
| * | | | Merge branch 'master' into 5394_meaningful_annotations_for_mockTakeshi KOMIYA2019-02-1127-1099/+1097
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge branch '1.8'Takeshi KOMIYA2019-02-031-1/+1
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Fix #5995: autodoc: autodoc_mock_imports conflict with metaclassTakeshi KOMIYA2019-02-021-1/+1
| | * | | Merge pull request #5975 from sphinx-doc/5966_mathjax_not_loadedTakeshi KOMIYA2019-01-221-1/+1
| | |\ \ \
| | | * | | Fix #5966: mathjax has not been loaded on incremental buildTakeshi KOMIYA2019-01-211-1/+1
| | | |/ /
| | | * | Fix mypy violationsTakeshi KOMIYA2019-01-171-1/+1
| | * | | Give "nonl=True" value to logging.info() instead of intTakeshi KOMIYA2019-01-191-3/+0
| | * | | Use subprocess.run() instead of Popen()Takeshi KOMIYA2019-01-133-70/+43
| | * | | Separate jsmath to sphinxcontrib packageTakeshi KOMIYA2019-01-131-65/+16
| | | |/ | | |/|
| | * | Make info messages more translatableTakeshi KOMIYA2019-01-093-11/+11
| | * | Remove use of deprecated APIsTakeshi KOMIYA2019-01-031-7/+5
| | * | Merge pull request #5873 from tk0miya/fix_typehints_for_autosummaryTakeshi KOMIYA2019-01-021-3/+3
| | |\ \
| | | * | Update annotations for autosummaryTakeshi KOMIYA2019-01-021-3/+3
| | * | | Merge branch '1.8'Takeshi KOMIYA2019-01-0226-26/+26
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * A happy new year!Takeshi KOMIYA2019-01-0227-27/+27
| | * | Merge remote-tracking branch 'upstream/master' into 5842-apidoc-extensionscocodrips2018-12-265-17/+9
| | |\ \
| | | * \ Merge pull request #5806 from jdufresne/six-text-typeTakeshi KOMIYA2018-12-263-15/+4
| | | |\ \
| | | | * | Replace use of six.text_type with strJon Dufresne2018-12-183-15/+4
| | | * | | Merge branch '1.8'jfbu2018-12-232-2/+5
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | 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
| | * | | | Add extensions from mastercocodrips2018-12-261-0/+7
| | |/ / /
| | * | | Replace EnvironmentError and IOError by OSErrorTakeshi KOMIYA2018-12-192-13/+6
| | | |/ | | |/|
| | * | Merge branch '1.8'Takeshi KOMIYA2018-12-183-3/+3
| | |\ \ | | | |/
| | | * 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