summaryrefslogtreecommitdiff
path: root/sphinx/ext/ifconfig.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: Add a type alias for the option_spec of directives; OptionSpecTakeshi KOMIYA2021-03-131-1/+2
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* fix typoTetsuo Koyama2020-07-191-1/+1
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Migrate to py3 style type annotation: sphinx.ext.ifconfigTakeshi KOMIYA2019-07-041-11/+7
* Fix #6213: ifconfig: contents after headings are not shownTakeshi KOMIYA2019-04-051-2/+2
* Python-3-only clean ups discovered by pyupgradeJon Dufresne2019-03-171-1/+1
* Add a helper method ``SphinxDirective.set_source_info()``Takeshi KOMIYA2019-03-031-2/+1
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-3/+2
* | Fix annotations for Directives (Replace N_co with nodes.Node)Takeshi KOMIYA2018-12-011-3/+3
* | Fix annotations for minor methods and functionsTakeshi KOMIYA2018-11-301-2/+2
* | Fix annotaions for extensionsTakeshi KOMIYA2018-11-281-1/+1
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
|/
* refactor: Replace Directive by SphinxDirectiveTakeshi KOMIYA2018-05-111-2/+2
* Fix mypy violationsTakeshi KOMIYA2018-03-241-1/+1
* Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-3/+2
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+3
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Update type annotations for new mypyTakeshi KOMIYA2017-05-071-1/+1
* Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\
| * Year++Takeshi KOMIYA2017-03-261-1/+1
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-1/+1
* | Remove unused "type: ignore"Takeshi KOMIYA2017-02-061-1/+1
* | Fix mypy violationsTakeshi KOMIYA2017-01-191-1/+1
* | Add __iter__(), add() and filter() to Config classTakeshi KOMIYA2017-01-171-1/+1
* | ``sphinx.util.compat.Directive`` class is now deprecated.Takeshi KOMIYA2016-12-131-1/+1
* | Add type-check annotations to sphinx.extTakeshi KOMIYA2016-11-161-3/+11
|/
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* Support PEP-440 version spec for developers.shimizukawa2015-03-141-1/+1
* ext: pep8 fixesGeorg Brandl2015-03-081-1/+2
* Closes #1748: SyntaxError in sphinx/ext/ifconfig.py with Python 2.6.shimizukawa2015-03-021-1/+1
* Merge branch 'stable'shimizukawa2015-01-171-1/+2
|\
| * Fixes #1686: ifconfig directive doesn't care about default config values.shimizukawa2015-01-171-1/+2
* | Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\ \ | |/
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | [WIP] parallel readGeorg Brandl2014-09-221-1/+1
* | Change extension setup() return value to a dictionary of metadata.Georg Brandl2014-09-221-1/+1
* | Return version from setup() for all sphinx.ext extensions.Georg Brandl2014-09-031-0/+2
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|\ \ | |/
| * Update copyright year.Georg Brandl2014-03-011-1/+1
* | Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-1/+1
|/
* Copyright update.Georg Brandl2013-01-011-1/+1
* Fix #648: Fix line numbers reported in warnings about undefined references.Georg Brandl2011-09-231-1/+2
* New year update.Georg Brandl2011-01-041-1/+1
* merge with 0.6Georg Brandl2010-01-011-1/+1
|\
| * Happy new year!Georg Brandl2010-01-011-1/+1
* | ifconfig now allows titles as content.Georg Brandl2009-07-091-1/+2
|/