sphinx 1.0.7+dfsg-1 source package in Ubuntu

Changelog

sphinx (1.0.7+dfsg-1) unstable; urgency=medium
  * Strip jQuery and Underscore.js from the upstream tarball (closes:    #631535).    + Add get-orig-source target.    + Remove them from debian/copyright.    + Add build-dependency on libjs-underscore,    + Update watch file to deal with the +dfsg suffix.  * Unify multiple calls to dh_link.  * Use build/html as build directory for documentation.  * Add integration tests for the JavaScript code. They should allow us to    avoid bugs like #625208 or #628642 in the future.    + Build-depend on xvfb, xauth, python-webkit, libjs-jquery and      libjs-underscore.  * Add build-arch and build-indep targets to debian/rules.  * Add new tool, dh_sphinxdoc that aids shipping Sphinx-generated    documentation in Debian packages.    + Update debian/rules, debian/control and debian/*.links to use      dh_sphinxdoc.    + Use pod2man to generate manpage. Add dependency on perl. Update      debian/manpages and debian/clean.  * Move all JavaScript code into a separate package, libjs-sphinxdoc.  * Fix test_build_latex to not fail in a directory with special characters.  * Use debian/clean rather than listing files to clean directly in    debian/rules. -- Jakub Wilk <email address hidden>  Sun, 10 Jul 2011 22:43:16 +0200

Upload details

Uploaded by:
Mikhail Gusarov
Uploaded to:
Sid
Original maintainer:
Mikhail Gusarov
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
sphinx_1.0.7+dfsg-1.dsc 2.3 KiB a4ec07000b947a208f374d838f55651baa47871504756b9acbf73bb100881aba
sphinx_1.0.7+dfsg.orig.tar.gz 2.2 MiB ce5dc77e83fb36864b210a7781adf0591d207e3d2be6ea002e5e90deb2de00ca
sphinx_1.0.7+dfsg-1.debian.tar.gz 24.8 KiB 4d048de054bd96c091ed48bfb58a56eea77cab5277174abee84c4f33d3b7b87d

No changes file available.

Binary packages built by this source

libjs-sphinxdoc: No summary available for libjs-sphinxdoc in ubuntu oneiric.

No description available for libjs-sphinxdoc in ubuntu oneiric.

python-sphinx: documentation generator for Python projects (implemented in Python 2)

 Sphinx is a tool for producing documentation for Python projects, using
 reStructuredText as markup language.
 .
 Sphinx features:
  * HTML, CHM, LaTeX output,
  * Cross-referencing source code,
  * Automatic indices,
  * Code highlighting, using Pygments,
  * Extensibility. Existing extensions:
    - automatic testing of code snippets,
    - including docstrings from Python modules.
 .
 This package includes Python 2 modules and command line utilities.