summaryrefslogtreecommitdiff
path: root/sphinx/directives/other.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix annotations for directivesTakeshi KOMIYA2018-11-291-12/+12
| |
* | refactor: Use super() to call methods of superclassTakeshi KOMIYA2018-11-281-2/+2
| |
* | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
| |
* | Fix typehints: sphinx.directivesTakeshi KOMIYA2018-11-061-2/+2
| |
* | Merge branch '1.8'Takeshi KOMIYA2018-10-161-23/+1
|\ \ | |/
| * Revert "Improve warning messages during including (refs: #4818)"Takeshi KOMIYA2018-10-141-23/+1
| | | | | | | | This reverts commit a4dbb6e657bf86e5940e352a2935d1b3264d74e2.
* | Remove uses of six.moves that did not cause any type errorsJon Dufresne2018-09-231-1/+0
|/ | | | | Removal of the remaining imports may require passing "--python-version 3.5" to the mypy command.
* Fix #4379: toctree shows confusible warning when document is excludedTakeshi KOMIYA2018-09-021-4/+9
|
* Move VersionChanges directive to sphinx.domains.changesetTakeshi KOMIYA2018-08-021-66/+2
|
* refactor: Move repository of changesets to domain from envTakeshi KOMIYA2018-08-021-2/+2
|
* Escape raw stringsStephen Finucane2018-06-201-1/+1
| | | | | | | | | | | These were resulting in the below warning messages when running flake8 under Python 3.6. :48: DeprecationWarning: invalid escape sequence \[ :143: DeprecationWarning: invalid escape sequence \- :250: DeprecationWarning: invalid escape sequence \s Signed-off-by: Stephen Finucane <stephen@that.guru>
* Improve warning messages during including (refs: #4818)Takeshi KOMIYA2018-04-221-1/+23
|
* Merge branch '1.7'Takeshi KOMIYA2018-04-221-32/+42
|\
| * Fix toctree directive tries to glob for URL having query_stringTakeshi KOMIYA2018-04-161-2/+3
| |
| * Refactor toctree directiveTakeshi KOMIYA2018-04-151-32/+42
| |
* | Merge branch '1.7'Takeshi KOMIYA2018-04-141-1/+1
|\ \ | |/
| * Fix #4812: autodoc ignores type annotated variablesTakeshi KOMIYA2018-04-081-1/+1
| |
* | Add SphinxDirective as a helperTakeshi KOMIYA2018-03-311-30/+26
| |
* | Merge branch '1.7'Takeshi KOMIYA2018-03-181-3/+2
|\ \ | |/
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-3/+2
| | | | | | | | This reverts commit a073e17537c2aacaac305feadea58d4473ec97f4.
* | refactor: Move versionlabels to sphinx.directives.otherTakeshi KOMIYA2018-03-031-2/+17
|/
* Fix #4641: A external link in TOC cannot contain "?" with ``:glob:`` optionTakeshi KOMIYA2018-02-191-6/+6
|
* Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+3
|
* Use flake8-import-orderTakeshi KOMIYA2018-01-281-3/+2
|
* A happy new year!Takeshi KOMIYA2018-01-011-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
| |
* | Merge branch 'stable'Takeshi KOMIYA2017-01-121-2/+2
|\ \ | |/
| * Fix flake8 violationsTakeshi KOMIYA2017-01-121-2/+2
| |
* | Update type annotationsTakeshi KOMIYA2016-12-151-1/+1
| |
* | Update type annotationsTakeshi KOMIYA2016-12-151-1/+1
| |
* | Merge branch 'stable'Takeshi KOMIYA2016-12-141-0/+6
|\ \ | |/
| * builtin extensions return metadata to allow parallel buildTakeshi KOMIYA2016-12-121-0/+6
| |
* | Add type-check annotations to sphinx.*Takeshi KOMIYA2016-11-161-10/+28
|/
* Merge branch 'stable'Takeshi KOMIYA2016-10-201-4/+1
|\
| * Fix #3058: Using the same 'caption' attribute in multiple 'toctree' ↵Takeshi KOMIYA2016-10-171-4/+1
| | | | | | | | directives results in warning / error
* | Rename :reverse: option of toctree directive to :reversed:Takeshi KOMIYA2016-10-121-2/+2
| |
* | Merge remote-tracking branch 'JonhVillalovos/master'Takeshi KOMIYA2016-10-121-0/+3
|\ \
| * | Add a 'reverse' flag option to 'toctree'John L. Villalovos2016-05-041-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm not sure the best way to do the unit tests. A little confused. So help would be appreciated :) Add the ability to reverse the list of entries when using 'toctree'. This is likely most useful for people using the 'glob' flag option with 'toctree' Change-Id: I1852479106c3d9c8253fd1625ced0077af0304e3
* | | Closes #2799: Sphinx installs roles and directives automatically on ↵Takeshi KOMIYA2016-07-281-21/+22
| |/ |/| | | | | | | | | importing sphinx module. Now Sphinx installs them on running application.
* | Suppress "document isn't included in any toctree" warning if the document is ↵Takeshi KOMIYA2016-05-311-0/+1
|/ | | | included (ref: #2603)
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|
* Fix #1994: More supporting non-standard parser (like recommonmark parser) ↵shimizukawa2015-09-131-4/+5
| | | | for Translation and WebSupport feature. Now node.rawsource is fall backed to node.astext() during docutils transforming.
* more pep8 fixesGeorg Brandl2015-03-081-6/+6
|
* refs #1700: fix: toctree caption accepts unicode text.shimizukawa2015-03-081-1/+1
|
* refs #1742: `:name:` option is provided for `toctree`, `code-block` and ↵shimizukawa2015-03-081-1/+2
| | | | `literalinclude` dirctives.
* refs #1700: now toctree caption become paragraph block instead of Text under ↵shimizukawa2015-03-081-0/+3
| | | | ul element. and add permalink for toctree caption.
* rename `name` option for toctree directive to `caption`.shimizukawa2015-03-081-3/+3
|
* Merge pull request #1700 from ericholscher/toctree-nameTakayuki SHIMIZUKAWA2015-03-081-0/+3
|\ | | | | Add initial ability to name a TOC Tree