Skip to content

Releases: executablebooks/sphinx-tabs

sphinx-tabs v1.1.12

29 Aug 18:50
Compare
Choose a tag to compare

Changes:

  • Fix bug in Internet Explorer (#33)
  • Drop support for Python 3.4 (as lxml no longer supports it)

sphinx-tabs v1.1.11

12 Jun 21:24
Compare
Choose a tag to compare

Changes:

  • Support for Sphinx 2
  • Update to Semantic UI 2.4.1
  • Fix oversize tabs in Sphinx 2 (#38)
  • Various bug fixes

sphinx-tabs v1.1.10

22 Nov 19:43
Compare
Choose a tag to compare

Changes:

  • Fix group tabs behaviour

sphinx-tabs v1.1.9

13 Nov 22:05
Compare
Choose a tag to compare

Changes:

  • Fix copying of tab assets (JS and CSS) when module is installed as a python egg
  • Make tabs wrap on narrow screens (#30)
  • Add support for nested tabs (#29)

sphinx-tabs v1.1.8

05 Nov 20:15
Compare
Choose a tag to compare

Changes:

  • Add support for :linenos: to code tabs (#22)
  • Improve fallback for non-HTML builders (#19)
  • Add spelling builder to list of builders (#20)
  • Fix naming a tab as a number (#24)

sphinx-tabs v1.1.7

24 Jan 21:02
Compare
Choose a tag to compare

Changes:

  • Fix css files not being removed when tabs are not used on a page
  • Now require sphinx>=1.4
  • Fix issues with script and css includes on readthedocs (#17)

sphinx-tabs v1.1.6

24 Jan 21:01
Compare
Choose a tag to compare

Changes:

  • Don't emit an additional error in the copy assets handler if the build process fails

sphinx-tabs v1.1.5

01 Oct 13:44
Compare
Choose a tag to compare

Changes:

  • Add sphinx_tabs_nowarn option to disable warning about incompatible builder. Useful when running sphinx-build with the -W flag.

sphinx-tabs v1.1.4

21 Sep 21:21
Compare
Choose a tag to compare

Changes:

  • Fix broken javascript file inclusion

sphinx-tabs v1.1.3

21 Sep 11:42
Compare
Choose a tag to compare

Changes:

  • Insert CSS and JS files after custom ones add in conf.py