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-03-13Merge pull request #10212 from AA-Turner/remove-module-docstring-titlesTakeshi KOMIYA
2022-03-06Close #10234: autosummary: Add "autosummary" CSS class to summary tablesTakeshi KOMIYA
2022-02-20Remove copyright and licence fieldsAdam Turner
2022-02-20Conform to PEP 257 summary line conventionsAdam 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-12address some unused loop control variables (B007)Daniel Eades
2022-01-10Fix #10058: autosummary: Imported members are not shownTakeshi KOMIYA
2022-01-02Migrate to Node.findall() from Node.traverse()Takeshi KOMIYA
2022-01-01Merge branch '4.3.x' into 4.xTakeshi KOMIYA
2022-01-01A happy new year!Takeshi KOMIYA
2021-12-30Close #9555: autosummary: Improve error messages on failure to load target ob...Takeshi KOMIYA
2021-11-15Fixed missed ignore___all__ -> ignore_module_allJosh Mitchell
2021-11-15#2021: Allow autosummary to respect __all__Josh Mitchell
2021-10-26Support docutils-0.18: Consume iterator of Element.traverse()Takeshi KOMIYA
2021-09-14Fix #9630: autosummary: Failed to build summary table if primary_domain is no...Takeshi KOMIYA
2021-09-08Fix typos discovered by codespellChristian Clauss
2021-09-03Fix #9600: autosummary: Typehints including commas confuses autosummaryTakeshi KOMIYA
2021-08-20Fix #9568: autosummary: summarise overlined sectioned headings correctlyJake Lishman
2021-07-25Fix #9481: autosummary: some warnings contain non-existing filenamesTakeshi KOMIYA
2021-07-19Improve sphinx.ext.autosummary docstringLouis Maddox
2021-05-30deprecate sphinx.ext.autosummary._appTakeshi KOMIYA
2021-05-21refactor: Make the app argument for BuildEnvironment requiredTakeshi KOMIYA
2021-05-15Close #4257: autodoc: Add autodoc_class_signatureTakeshi KOMIYA
2021-05-10Merge branch '4.0.x' into 4.xTakeshi KOMIYA
2021-05-09Fix #9188: autosummary: warning if list is set to autosummary_generateTakeshi KOMIYA
2021-04-29add type hintsPawel Budzynski
2021-04-29autosummary includes instance attributesPawel Budzynski
2021-04-07refactor: Use PEP-526 based variable annotationTakeshi KOMIYA
2021-04-04refactor: use raw Type for type annotationsTakeshi KOMIYA
2021-03-13refactor: Add a type alias for the option_spec of directives; OptionSpecTakeshi KOMIYA
2021-03-09Close #7549: autosummary: Enable autosummary_generate by defaultTakeshi KOMIYA
2021-01-01Merge branch '3.x'Takeshi KOMIYA
2021-01-01A happy new year!Takeshi KOMIYA
2020-12-13Merge branch '3.x'Takeshi KOMIYA
2020-11-28Fix #8501: autosummary: summary extraction splits text after "el at."Takeshi KOMIYA
2020-11-11Do isortTakeshi KOMIYA
2020-11-11Merge branch '3.x'Takeshi KOMIYA
2020-11-11Merge pull request #8408 from francoisfreitag/isortTakeshi KOMIYA
2020-11-11Sort imports with isortFrançois Freitag
2020-11-10Merge branch '3.x'Takeshi KOMIYA
2020-11-10Merge branch '3.3.x' into 3.xTakeshi KOMIYA
2020-11-09refactor: Add ``Documenter.config`` as a shortcut to access the config objectTakeshi KOMIYA
2020-11-08Fix #7727: autosummary raises PycodeError for namespace python packageTakeshi KOMIYA
2020-08-08Merge branch '3.x'Takeshi KOMIYA
2020-08-07update the type hintKeewis
2020-08-07return a documenter instance instead of just the classKeewis
2020-08-07add a create_documenter method wrapping get_documenterKeewis
2020-08-07revert the dispatcher changesKeewis