Publishing details

Changelog

sphinx (1.8.5-7ubuntu3~ubuntu18.04.1~ppa1) bionic; urgency=medium

  * No-change backport to bionic

sphinx (1.8.5-7ubuntu3) focal; urgency=medium

  * Drop python2 support.

sphinx (1.8.5-7ubuntu2) focal; urgency=medium

  * Make Sphinx' documentation use HTML 5 instead of XHTML, to fix WebKitGTK
    parsing errors with shared-mime-info ≥ 0.11 (LP: #1871610).

sphinx (1.8.5-7ubuntu1) focal; urgency=medium

  * Restore changes to workaround webkitgtk/js being buggy on ppc/s390x
    see https://bugs.webkit.org/show_bug.cgi?id=209337 for details about
    the current issue

sphinx (1.8.5-7) unstable; urgency=medium

  * Make the autopkgtest depend on python3-all, and use py3versions -s
    instead of -i.
  * Update to debhelper compat level 12.

sphinx (1.8.5-6) unstable; urgency=medium

  * Update dh_sphinxdoc for the new searchindex.js loading scheme
    (closes: #953567).
  * Bump Standards-Version to 4.5.0, no changes needed.

sphinx (1.8.5-5) unstable; urgency=medium

  * Make sphinx-common provide dh-sequence-sphinxdoc (closes: #946899).
  * Drop python-sphinxcontrib.websupport from autopkgtest dependencies,
    to allow for its removal.
  * Backport upstream patch to fix crashes with docutils 0.16.

sphinx (1.8.5-4) unstable; urgency=medium

  * Remove extra underscore character from debian/sphinx-doc.doc-base.
  * Run sphinx-doc autopkgtest on all architectures again (bug #931807 has
    been fixed).
  * Stop installing static files for websupport. These files are already
    shipped by python[3]-sphinxcontrib.websupport, and there is no need to
    have them in all -doc packages that do not use websupport.
  * Backport upstream patch to fix spaces being added to hyphenated words
    with text writer (closes: #944331).
  * Add some generated files to debian/clean.
  * Bump Standards-Version to 4.4.1, no changes needed.

sphinx (1.8.5-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.

  [ Dmitry Shachnev ]
  * Suggest texlive-plain-generic instead of texlive-generic-extra.
    The latter package is no longer built, and iftex.sty is now shipped by
    the former package.
  * Backport upstream patch to fix test failure with docutils 0.15.

sphinx (1.8.5-2) unstable; urgency=medium

  * Update debian/.gitlab-ci.yml to use salsa-pipeline.
  * Add a patch to make generated download links reproducible.
  * Skip sphinx-doc autopkgtest on ppc64el and s390x (because of #931807).
    Based on a change applied by Dimitri John Ledkov in Ubuntu.
  * Bump Standards-Version to 4.4.0, no changes needed.
  * Upload to unstable.

sphinx (1.8.5-1) experimental; urgency=medium

  * New upstream release.
  * Drop reproducible_graphviz.diff, a better fix was applied upstream.
  * Refresh skip_tests_network.diff.

sphinx (1.8.4-1) unstable; urgency=medium

  * New upstream release.
  * Ensure the graphviz filenames are reproducible (closes: #921513).
  * Bump year in debian/copyright.

sphinx (1.8.3-2) unstable; urgency=medium

  * Bump Standards-Version to 4.3.0, no changes needed.
  * Upload to unstable.

sphinx (1.8.3-1) experimental; urgency=medium

  * New upstream release.
  * Drop language_data.js.diff, applied upstream.
  * Refresh skip_tests_network.diff.
  * Add a patch to make test_get_module_source() pass on Python 2.

sphinx (1.8.2-1) experimental; urgency=medium

  * New upstream release.
  * Drop mathjax_on_demand.diff, applied upstream.
  * Backport upstream patch to make search work with custom templates, by
    moving language data into a separate JS file (language_data.js.diff).
  * Adapt dh_sphinxdoc for the introduction of language_data.js.
  * Override Lintian false positive warning about todo.py extension.

sphinx (1.8.1-1) experimental; urgency=medium

  * New upstream release.
  * Drop patches, applied upstream:
    - 0005-Fix-testsuite-to-not-rely-on-return-types.patch
    - 0007-Fix-spelling-error-in-manpage.patch
    - 0008-Call-object_description-recursively-for-dict-keys-an.patch
    - 0009-Ensure-the-set-object-description-is-reproducible.patch
  * Refresh and rebase the other patches.
  * Drop numbers from the remaining patches, use consistent naming.
  * Do not copy .doctrees/ during docs build, it is now in source tree.
  * Make test_math_compat pass with Python 2, by adding sphinx.ext.mathbase
    toplevel import (python2_tests_import_hack.diff).
  * Add a patch to load MathJax.js only on demand (mathjax_on_demand.diff).
  * Update debian/clean to clean .doctrees, .pytest_cache and tests/build.
  * dh_sphinxdoc:
    - Remove mention of “non-English searchtools.js”, all language-specific
      stuff is now in documentation_options.js.
    - Warn about missing SEARCH_LANGUAGE_STOP_WORDS.
  * Update numbers in debian/jstest/run-tests for the new release.
  * Remove obsolete section from debian/copyright.

sphinx (1.7.9-1) unstable; urgency=medium

  * New upstream bugfix release.
  * Drop 0012-Make-generated-texinfo-files-reproducible-by-sorting.patch,
    applied upstream.

sphinx (1.7.8-1) unstable; urgency=medium

  * New upstream bugfix release.
  * Refresh 0009-Ensure-the-set-object-description-is-reproducible.patch.
  * Make generated texinfo files reproducible (closes: #907352).
  * Bump Standards-Version to 4.2.1, no changes needed.

sphinx (1.7.7-1) unstable; urgency=medium

  * New upstream bugfix release.
  * Refresh patches for the new release.
  * Directly use PyStemmer for non-English search (without the wrapper).
  * Bump Standards-Version to 4.2.0.
  * Pass --verbose to pytest, as now required by Policy §4.9.

sphinx (1.7.6-1) unstable; urgency=medium

  * New upstream bugfix release.
  * Drop patches, applied upstream:
    - 0011-Fix-5022-latex-crashed-with-docutils-package-provide.patch
    - 0012-Fix-5048-crashed-with-numbered-toctree.patch
  * Refresh other patches.
  * Run “wrap-and-sort”.
  * Recommend make (closes: #903260).
  * Add back PYTHONWARNINGS=d, the pytest warnings have been fixed.
  * Add a patch to remove use of external image from img.shields.io in
    the documentation template.
  * Bump Standards-Version to 4.1.5, no changes needed.
  * Rely on dh_python{2,3} for generating most of package dependencies.

sphinx (1.7.5-6) unstable; urgency=medium

  * Export LC_ALL=C.UTF-8 to make the build pass on the buildds.

sphinx (1.7.5-5) unstable; urgency=medium

  * dh_sphinxdoc: Generate versioned dependencies on sphinx-rtd-theme-common.
  * Switch to dh sequencer and pybuild buildsystem.
  * Stop setting PYTHONWARNINGS=d. There are too many deprecation warnings
    coming from pytest.
  * Upload to unstable.

sphinx (1.7.5-4) experimental; urgency=medium

  * Use the alternatives mechanism for managing scripts.
  * Prefer Python 3 versions of the scripts (closes: #898009).

sphinx (1.7.5-3) unstable; urgency=medium

  * Backport upstream patch to fix crash with numbered toctrees
    (closes: #901769, thanks Robin Jarry for the bug report).

sphinx (1.7.5-2) unstable; urgency=medium

  * dh_sphinxdoc: Fix for templates that do not use documentation_options.js
    (closes: #901662, thanks Rebecca N. Palmer for the bug report).

sphinx (1.7.5-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field

  [ Dmitry Shachnev ]
  * New upstream bugfix release.
  * Backport upstream patch to support standalone roman module.
  * dh_sphinxdoc: Support url_root in the new data-url_root attribute.

sphinx (1.7.4-1) unstable; urgency=medium

  * New upstream bugfix release.
    - Fixed crash with duplicated objects (closes: #896897).

sphinx (1.7.3-1) unstable; urgency=medium

  * New upstream bugfix release.
  * Refresh debian/patches/0003-skip_tests_network.diff.
  * Set PYTHONPATH to $(CURDIR) when building our own documentation,
    to make sure we are using the local version of Sphinx code.

sphinx (1.7.2-4) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP

  [ Dmitry Shachnev ]
  * Update autopkgtests to work with Sphinx 1.7 (closes: #895854).

sphinx (1.7.2-3) unstable; urgency=medium

  * Remove setuptools from install_requires, it is not needed on Debian
    (closes: #895738).

sphinx (1.7.2-2) unstable; urgency=medium

  * Make python-sphinx depend on python-typing (closes: #895727).

sphinx (1.7.2-1) unstable; urgency=medium

  [ Chris Lamb ]
  * New upstream release.
  * Pass -vv to pytest when running the testsuite.
  * Patches:
    - Apply patch series from https://github.com/sphinx-doc/sphinx/pull/4834 to
      make the set output reproducible. (Closes: #895553)
    - Don't use Google Fonts to avoid privacy breach.
    - Fix "arbitary" spelling error in sphinx-quickstart(1) manpage.
    - Fix testsuite to not rely on return types.
    - Refresh and renumber all patches.
  * Bump Standards-Version to 4.1.4.
  * Add myself to Uploaders.

  [ Dmitry Shachnev ]
  * Merge 1.6.7-2 upload from experimental to unstable.

sphinx (1.7.1-1) experimental; urgency=medium

  * New upstream release (closes: #890581).
    - No longer bundles a copy of pgen2 (closes: #609485).
  * Drop reproducible_epub.diff and text_section_numbering.diff, applied
    in the new release.
  * Refresh and rebase other patches.
  * Build-depend and depend on python[3]-packaging.
  * Update commands to build docs and run tests.
  * All scripts are now setuptools entrypoints, update the code accordingly.
  * Update debian/copyright.
  * dh_sphinxdoc: Support standalone documentation_options.js files.
  * Update numbers in debian/jstest/run-tests for the new release.
  * Use upstream sphinx-autogen(1) manpage.
  * Set PYTHONPATH to current directory when running the tests.
  * Set PYTHONPATH when running the install-js script.

sphinx (1.6.7-2) unstable; urgency=medium

  * Make python3-sphinx depend on python3-distutils (closes: #893620).

 -- Gianfranco Costamagna <email address hidden>  Wed, 21 Jul 2021 19:54:50 +0200

Available diffs

Builds

Built packages

Package files