Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-20Collapse single line docstringsAdam Turner
2022-02-20Remove copyright and licence fieldsAdam Turner
2022-02-20Fix module docstring indentationAdam Turner
2022-02-20Fix module docstring first lineAdam Turner
2022-02-20Remove module titles in docstringsAdam Turner
2022-01-01A happy new year!Takeshi KOMIYA
2021-11-22Fix lints and reorder args of members_ofJosh Mitchell
2021-11-15Fixed missed ignore___all__ -> ignore_module_allJosh Mitchell
2021-11-15Corrections from review by tk0miyaJosh Mitchell
2021-11-15#2021: Allow autosummary to respect __all__Josh Mitchell
2021-09-03Fix #9600: autosummary: Typehints including commas confuses autosummaryTakeshi KOMIYA
2021-08-20Fix #9568: autosummary: summarise overlined sectioned headings correctlyJake Lishman
2021-04-29add testsPawel Budzynski
2021-04-03test: Update testcase for docutils-0.17 (empty language)Takeshi KOMIYA
2021-01-01Merge branch '3.4.x' into 3.xTakeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-12-31refactor: test: Use rollback_sysmodules fixture in test_ext_autosummaryTakeshi KOMIYA
2020-12-27Fix #8306: autosummary: mocked modules are documented as empty pageTakeshi KOMIYA
2020-11-28Fix #8501: autosummary: summary extraction splits text after "el at."Takeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-08-01Close #8011: autosummary: Support instance attributesTakeshi KOMIYA
2020-07-23Merge pull request #7927 from jnothman/name-case-clashTakeshi KOMIYA
2020-07-16autosummary: Add testcase for module constants (refs: #7469)Takeshi KOMIYA
2020-07-15Fix toctree generationJoel Nothman
2020-07-10Responding to commentsJoel Nothman
2020-07-08Fix attempt with new test rootJoel Nothman
2020-07-08Add autosummary_filename_map config to avoid clashesJoel Nothman
2020-06-28Merge branch '3.x' into 7865_extract_abbrTakeshi KOMIYA
2020-06-27Fix #7865: autosummary: Failed to extract summary line when abbr. foundTakeshi KOMIYA
2020-06-27Fix #7866: autosummary: Failed to extract correct summary lineTakeshi KOMIYA
2020-05-28Fix autoclass signature parsingEric Wieser
2020-05-20Fix #7685: autosummary: imported members are listed unexpectedlyTakeshi KOMIYA
2020-05-17revisions per comments from tk0miyaDaniel Fremont
2020-05-14Update 'test_autosummary_generate' test.Álvaro Mondéjar
2020-05-14Fix automsummary directive wrong processing for invalid modules.Álvaro Mondéjar
2020-05-06Fix #7551: autosummary: a nested class is indexed as non-nested classTakeshi KOMIYA
2020-05-03refactor: Do not pass deprecated parameter in testcaseTakeshi KOMIYA
2020-04-29Fix #7570: autosummary: template option is brokenTakeshi KOMIYA
2020-04-25Close #4030: autosummary: Add autosummary_contextTakeshi KOMIYA
2020-04-23Fix #7536: sphinx-autogen: crashes when template uses i18n featureTakeshi KOMIYA
2020-04-21test: Fix flake8 violationTakeshi KOMIYA
2020-04-21autosummary: Make recursively generated stub-files flattenTakeshi KOMIYA
2020-04-21test: Remove meaningless testcasesTakeshi KOMIYA
2020-04-21refactor: Not to use deprecated helper: Path.text()Takeshi KOMIYA
2020-04-21Remove autosummary_recursive configurationTakeshi KOMIYA
2020-04-21Merge branch '3.x' into 6040_autosummary_recursiveTakeshi KOMIYA
2020-04-21autosummary: Add :recursive: option to autosummary directiveTakeshi KOMIYA
2020-04-16Close #7490: autosummary: Add ``:caption:`` option to autosummary directiveTakeshi KOMIYA
2020-03-16refactor: autosummary: Define AutosummaryEntry as a return type of find_autos...Takeshi KOMIYA
2020-02-22fixTakeshi KOMIYA