Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Remove unnecessary object from class definitions | Jon Dufresne | 2018-09-11 | 1 | -1/+1 | |
|/ | | | | | In Python 3, all classes are new-style classes. The object in the definition is redundant and unnecessary. | |||||
* | refactor: Replace Directive by SphinxDirective | Takeshi KOMIYA | 2018-05-11 | 1 | -6/+6 | |
| | ||||||
* | Fix mypy violations | Takeshi KOMIYA | 2018-05-03 | 1 | -1/+1 | |
| | ||||||
* | Revert "Use typing.TYPE_CHECKING for typehints" | Takeshi KOMIYA | 2018-03-13 | 1 | -2/+2 | |
| | | | | This reverts commit a073e17537c2aacaac305feadea58d4473ec97f4. | |||||
* | Use typing.TYPE_CHECKING for typehints | Takeshi KOMIYA | 2018-02-14 | 1 | -2/+2 | |
| | ||||||
* | Catching ValueError when importing for py27 compatibility | Daniel Pizetta | 2018-02-02 | 1 | -2/+2 | |
| | ||||||
* | Reimplement fix for #4019 | Daniel Pizetta | 2018-02-01 | 1 | -10/+12 | |
| | ||||||
* | Merge pull request #1 from dpizetta/bug-objname-nonetype | Daniel Pizetta | 2018-01-31 | 1 | -6/+10 | |
|\ | | | | | Fix #4019: exception treatment for NoneType group attribute. | |||||
| * | Fix #4019: exception treatment for NoneType group attibute. | Daniel Pizetta | 2017-09-04 | 1 | -6/+10 | |
| | | ||||||
* | | Use flake8-import-order | Takeshi KOMIYA | 2018-01-28 | 1 | -4/+3 | |
| | | ||||||
* | | Merge remote-tracking branch 'atodorov/inheritance_top_class' | Takeshi KOMIYA | 2018-01-13 | 1 | -6/+20 | |
|\ \ | ||||||
| * | | Add top-classes option to sphinx.ext.inheritance_diagram | Mr. Senko | 2017-06-05 | 1 | -6/+20 | |
| |/ | | | | | | | This will limit the scope of inheritance traversal | |||||
* | | Merge branch 'happy_new_year' into master | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 | |
| |/ | ||||||
* | | Merge pull request #3961 from gaborbernat/master | Takeshi KOMIYA | 2017-08-20 | 1 | -15/+21 | |
|\ \ | | | | | | | fixes #3959 alias/rename support for classes inside inheritence diagrams | |||||
| * | | fixes #3959 alias/rename support for classes inside inheritence diagrams | Bernat Gabor | 2017-07-31 | 1 | -15/+21 | |
| |/ | ||||||
* | | remove unnecessay import | Srinivas Reddy Thatiparthy | 2017-08-16 | 1 | -4/+1 | |
|/ | ||||||
* | Update type annotations for new mypy | Takeshi KOMIYA | 2017-05-07 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
|\ | ||||||
| * | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 | |
| | | ||||||
* | | Upgrade to mypy-0.5 | Takeshi KOMIYA | 2017-03-03 | 1 | -2/+2 | |
| | | ||||||
* | | ``sphinx.util.compat.Directive`` class is now deprecated. | Takeshi KOMIYA | 2016-12-13 | 1 | -2/+1 | |
| | | ||||||
* | | Update type annotation | Takeshi KOMIYA | 2016-12-03 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch '1.5-release' | Takeshi KOMIYA | 2016-11-23 | 1 | -53/+61 | |
|\ \ | |/ | ||||||
| * | Merge branch 'stable' into 1.5-release | Takeshi KOMIYA | 2016-11-23 | 1 | -49/+56 | |
| |\ | ||||||
| | * | Fix #3164: Change search order of ``sphinx.ext.inheritance_diagram`` | Takeshi KOMIYA | 2016-11-23 | 1 | -38/+44 | |
| | | | ||||||
| | * | inheritance_diagram: Move _import_class_or_module() method to function | Takeshi KOMIYA | 2016-11-23 | 1 | -46/+47 | |
| | | | ||||||
| * | | Remove meaningless commas | Takeshi KOMIYA | 2016-11-17 | 1 | -3/+3 | |
| | | | ||||||
* | | | Add type-check annotations to sphinx.ext | Takeshi KOMIYA | 2016-11-16 | 1 | -8/+31 | |
|/ / | ||||||
* | | Add ``:caption:`` option for sphinx.ext.inheritance_diagram | Takeshi KOMIYA | 2016-03-11 | 1 | -1/+7 | |
|/ | ||||||
* | Fix inheritance diagram to match graphviz ext. | Elliott Sales de Andrade | 2016-02-13 | 1 | -3/+3 | |
| | ||||||
* | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 | |
| | ||||||
* | Sort attributes in inheritance diagrams. | Elliott Sales de Andrade | 2016-01-06 | 1 | -2/+2 | |
| | | | | | | This ensures that the graphviz script is always the same and thus the filename (which is the hash of the script and other things) remains consistent. | |||||
* | Fix #967: SVG inheritance diagram is not hyperlinked (clickable) | Takeshi KOMIYA | 2015-12-19 | 1 | -2/+11 | |
| | ||||||
* | Support PEP-440 version spec for developers. | shimizukawa | 2015-03-14 | 1 | -1/+1 | |
| | ||||||
* | Fix sphinx.ext.inheritance_diagram on python 3 | Yclept Nemo | 2015-01-29 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
|\ | ||||||
| * | all: update copyright | Georg Brandl | 2015-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | [WIP] parallel read | Georg Brandl | 2014-09-22 | 1 | -1/+1 | |
| | | ||||||
* | | Change extension setup() return value to a dictionary of metadata. | Georg Brandl | 2014-09-22 | 1 | -1/+1 | |
| | | | | | | | | This makes it possible to introduce more metadata values later. | |||||
* | | Handle more instances of "__builtin__". | Georg Brandl | 2014-09-20 | 1 | -1/+1 | |
| | | ||||||
* | | Fix Python 3 compat in inheritance_diagram.py | Georg Brandl | 2014-09-20 | 1 | -4/+5 | |
| | | ||||||
* | | Move env.temp_data content that might be used to resolve references to a new ↵ | Georg Brandl | 2014-09-20 | 1 | -1/+1 | |
| | | | | | | | | env.ref_context dictionary. | |||||
* | | Return version from setup() for all sphinx.ext extensions. | Georg Brandl | 2014-09-03 | 1 | -0/+2 | |
| | | ||||||
* | | merge with stable | Takayuki Shimizukawa | 2014-08-15 | 1 | -1/+4 | |
|\ \ | |/ | ||||||
| * | ues sphinx.util.force_decode if doc is not unicode. | Takayuki Shimizukawa | 2014-08-15 | 1 | -1/+3 | |
| | | ||||||
| * | * importing the pull request #270 change to stable: Non-ASCII docstring ↵ | Takayuki Shimizukawa | 2014-08-15 | 1 | -0/+3 | |
| | | | | | | | | cause UnicodeDecodeError when uses with inheritance-diagram directive. Thanks to WAKAYAMA shirou. Closes #1533 | |||||
* | | remove unnecessary line. | shirou | 2014-08-14 | 1 | -1/+0 | |
| | | ||||||
* | | decode when reading __doc__ on inheritance_diagram.py instead of decode on ↵ | shirou | 2014-08-14 | 1 | -0/+4 | |
| | | | | | | | | graphviz.py | |||||
* | | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -1/+1 | |
|\ \ | |/ |