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
2017-12-16Use ensuredir() instead of os.makedirs() to fix race conditionsMichał Górny
2017-03-26Merge branch 'stable'Takeshi KOMIYA
2017-03-26Year++Takeshi KOMIYA
2017-03-23Fix issues with trailing underscores in heading namesEric Wieser
2017-03-03Upgrade to mypy-0.5Takeshi KOMIYA
2017-01-12Merge pull request #3323 from gbaier/apidoc_extensionsTakeshi KOMIYA
2017-01-12moved import to top of fileGerald Baier
2017-01-12implementing PR commentsGerald Baier
2017-01-12Merge branch 'stable'Takeshi KOMIYA
2017-01-12Fix flake8 violationsTakeshi KOMIYA
2017-01-11apidoc takes extension optionsGerald Baier
2016-11-16Add type-check annotations to sphinx.*Takeshi KOMIYA
2016-11-16Merge branch 'stable' into 1.5-releaseTakeshi KOMIYA
2016-11-16insert blank line(s) to adapt latest flake8/pycodestyleshimizukawa
2016-11-06Closes #930: sphinx-apidoc allow wildcards for excluding paths.shimizukawa
2016-09-15Sphinx apidoc does not process PEP-0420 implicit namespacesArcadiy Ivanov
2016-08-24Fix #2892: Added ``-a`` (``--append-syspath``) option to `sphinx-apidoc`Takeshi KOMIYA
2016-08-22Merge branch 'master' into HEADTakeshi KOMIYA
2016-05-25Refactor code using ``with`` syntaxTakeshi KOMIYA
2016-01-15Merge branch 'stable'Georg Brandl
2016-01-15Obligatory copyright update.Georg Brandl
2016-01-10Merge with '87998df9cbef2380345d436121e6bca43345d2bd' on stableshimizukawa
2015-12-25Fix broken in py3Takeshi KOMIYA
2015-12-25Fix #2040: UnicodeDecodeError in sphinx-apidoc when author contains non-ascii...Takeshi KOMIYA
2015-06-04allow apidoc using 'python -m sphinx.apidoc'Paul Kienzle
2015-06-02Use FileAvoidWrite in apidocGregory Szorc
2015-04-05refactoring. path.abspath will call path.normpath.shimizukawa
2015-04-05Fixes #1823: '.' as <module_path> for sphinx-apidoc cause an unfriendly error...shimizukawa
2015-03-14Support PEP-440 version spec for developers.shimizukawa
2015-03-08pep8 fixesGeorg Brandl
2015-02-07Added insertion of todo_include_todos config option.Ian Lee
2015-01-03Merge branch 'stable'Georg Brandl
2015-01-03all: update copyrightGeorg Brandl
2014-10-20Closes #1593: fix quickstart -F.Georg Brandl
2014-09-21Minor PEP8 cleanup.Georg Brandl
2014-08-12merge with stableTakayuki Shimizukawa
2014-07-26`sphinx-apidoc` command now have a `--version` option to show version informa...Takayuki Shimizukawa
2014-05-05fix: For a apidoc -M feature, packages with empty docstring caused a syntax e...Takayuki Shimizukawa
2014-04-20#1456: apidoc: Add a -M option to put module documentation before submodule d...Wes Turner
2014-03-01merge with stableGeorg Brandl
2014-03-01Closes #1383: Fix Python 2.5 compatibility of sphinx-apidoc.Georg Brandl
2014-03-01Update copyright year.Georg Brandl
2014-03-01Update copyright year.Georg Brandl
2014-01-22consistency nitsGeorg Brandl
2014-01-20MergeDmitry Shachnev
2014-01-19Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev
2014-01-19Closes #1266: include private modules if includeprivate is true.Georg Brandl
2014-01-19Closes #979: Fix exclude handling in ``sphinx-apidoc``.Georg Brandl
2013-09-17* ``apidoc`` now ignores "_private" modules by default, and has an option ``-P``Georg Brandl
2013-09-17Changelog entry and cleanup for PR#131.Georg Brandl