sphinxcontrib-restbuilder 0.3-3 source package in Ubuntu

Changelog

sphinxcontrib-restbuilder (0.3-3) unstable; urgency=medium

  [ Carsten Schoenert ]
  * [db894a6] d/control: Move package to Debian Python Team
    The package is better placed under the hat of the DPT.
  * [fda3d31] d/control: Update Standards-Version to 4.6.0
    No further changes needed.
  * [935ca79] d/control: Adding entry Rules-Requires-Root: no
    This package needs no root rights while building.
  * [c6ab86a] d/rules: Adjust call to remove unneeded folder

  [ Chris Lamb ]
  * [ab166bf] Reproducibility: Remove .doctrees folder from package
    (Closes: #1000535)

 -- Carsten Schoenert <email address hidden>  Sun, 28 Nov 2021 10:50:16 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sphinxcontrib-restbuilder_0.3-3.dsc 2.2 KiB 3e4a761908bc9f39202c247c994fcbd888cfc1f45f62419ddf7515ce4b6edaaf
sphinxcontrib-restbuilder_0.3.orig.tar.gz 24.1 KiB e2d41475877e2e691d0a037d53637f56978763dc9fb71a58e90765d152be74f9
sphinxcontrib-restbuilder_0.3-3.debian.tar.xz 7.6 KiB 6cdd1eb39f420aecffac2c2ee5aac69872755b9080a5c25a77574bee01e3c535

Available diffs

No changes file available.

Binary packages built by this source

python3-sphinxcontrib.restbuilder: extension to build reST (reStructuredText) files with Sphinx (Python 3)

 This extension is in particular useful to use in combination with the autodoc
 extension. In this combination, autodoc generates the documentation based on
 docstrings, and restbuilder outputs the result are reStructuredText (.rst)
 files.
 .
 In order to use it, add sphinxcontrib.restbuilder into the extensions list of
 your Sphinx configuration file (conf.py)
 .
 This package contains the Python 3 version.