Sphinx v1.3.b2 Release Notes

Release Date: 2014-12-05 // over 9 years ago
  • Incompatible changes

    • ⚡️ update bundled ez_setup.py for setuptools-7.0 that requires Python 2.6 or later.

    🔋 Features added

    • #1597: Added possibility to return a new template name from html-page-context.
    • 🔧 PR#314, #1150: Configuration values are now checked for their type. A warning is raised if the configured and the default value do not have the same type and do not share a common non-trivial base class.

    🐛 Bugs fixed

    • PR#311: sphinx-quickstart does not work on python 3.4.
    • 📄 Fix :confval:autodoc_docstring_signature not working with signatures in class docstrings.
    • Rebuilding cause crash unexpectedly when source files were added.
    • 🏗 #1607: Fix a crash when building latexpdf with "howto" class
    • #1251: Fix again. Sections which depth are lower than :tocdepth: should not be shown on localtoc sidebar.
    • 👉 make-mode didn't work on Win32 platform if sphinx was installed by wheel package.