summaryrefslogtreecommitdiff
path: root/pbr
Commit message (Expand)AuthorAgeFilesLines
* builddoc: Treat '[pbr] autodoc_tree_excludes' as a multi-line optStephen Finucane2018-03-262-3/+5
* update parse test to use reliable comparisonDoug Hellmann2018-03-261-2/+15
* future-proof invocation of apidocDoug Hellmann2018-01-171-2/+15
* emit warning correctlyDoug Hellmann2018-01-171-9/+9
* deprecations: Deprecate support for '-py{N}' requirementsStephen Finucane2018-01-092-6/+24
* Merge "Support PEP 345 Project-URL metadata"Zuul2018-01-082-0/+14
|\
| * Support PEP 345 Project-URL metadataJeremy Stanley2017-11-222-0/+14
* | Support v<semver> versionGaetan Semet2018-01-052-0/+14
* | Merge "Deprecate testr and nose integration"Zuul2018-01-042-1/+14
|\ \
| * | Deprecate testr and nose integrationStephen Finucane2018-01-032-1/+14
| |/
* | Merge "tests: Increase coverage of requirements parsing"Zuul2017-12-151-40/+45
|\ \
| * | tests: Increase coverage of requirements parsingStephen Finucane2017-12-061-40/+45
* | | Merge "trivial: Move packaging tests to test_packaging"Zuul2017-12-112-115/+114
|\ \ \ | |/ /
| * | trivial: Move packaging tests to test_packagingStephen Finucane2017-12-062-115/+114
* | | Put test-requirements into an extra named 'test'Monty Taylor2017-12-063-2/+14
|/ /
* | Support Description-Content-Type metadataJeremy Stanley2017-12-042-0/+2
|/
* Merge "Remove unnecessary 'if True'"Zuul2017-10-201-48/+47
|\
| * Remove unnecessary 'if True'Stephen Finucane2017-10-121-48/+47
* | Merge "Discover Distribution through the class hierarchy"Zuul2017-10-201-18/+8
|\ \ | |/
| * Discover Distribution through the class hierarchyJason R. Coombs2017-10-121-18/+8
* | Merge "Use 'build_reno' setuptools extension if available"Zuul2017-10-191-0/+46
|\ \ | |/ |/|
| * Use 'build_reno' setuptools extension if availableStephen Finucane2017-10-181-0/+46
* | Merge "Deprecate support for Sphinx < 1.6"Jenkins2017-10-091-6/+17
|\ \
| * | Deprecate support for Sphinx < 1.6Stephen Finucane2017-09-251-6/+17
* | | Merge "Remove support for command hooks"Jenkins2017-10-094-159/+0
|\ \ \
| * | | Remove support for command hooksStephen Finucane2017-10-094-159/+0
* | | | Merge "builddoc: Use '[sphinx_build] builders' with Sphinx < 1.6"Jenkins2017-10-091-4/+14
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | builddoc: Use '[sphinx_build] builders' with Sphinx < 1.6Stephen Finucane2017-09-251-4/+14
* | | Remove dead codeStephen Finucane2017-10-061-15/+0
|/ /
* | Remove win32/nt checks for wrapper script genJoe D'Andrea2017-09-211-9/+1
* | Trivial: Fix docstringRajath Agasthya2017-06-251-2/+2
* | Restore previous IP binding3.1.1Mehdi Abaakouk2017-06-201-1/+1
|/
* allow user to override the output location of api docs3.1.0Doug Hellmann2017-06-152-2/+77
* fix tests based on API change in SphinxDoug Hellmann2017-06-131-0/+8
* Merge "Ignore index URL lines in requirements.txt files"Jenkins2017-05-202-0/+17
|\
| * Ignore index URL lines in requirements.txt filesMatthew Montgomery2017-05-182-0/+17
* | Add binding option for WSGI serverA403512017-05-191-3/+6
|/
* builddoc: uses the new Sphinx 1.6 code for multiple builder3.0.1Julien Danjou2017-05-171-0/+5
* Merge "trivial: Add note about multiple builders support"Jenkins2017-04-211-0/+3
|\
| * trivial: Add note about multiple builders supportStephen Finucane2017-04-181-0/+3
* | Fix missing comment from previous changeGage Hugo2017-04-181-5/+4
|/
* Merge "Stop building man pages by default"3.0.0Jenkins2017-04-152-7/+2
|\
| * Stop building man pages by defaultStephen Finucane2017-04-142-7/+2
* | Remove 'build_sphinx_latex'Stephen Finucane2017-04-143-8/+0
|/
* add image.nonlocal_uri to the list of warnings ignoredDoug Hellmann2017-04-131-1/+3
* Merge "Add Changelog build handling for invalid chars"Jenkins2017-04-113-4/+49
|\
| * Add Changelog build handling for invalid charsGage Hugo2017-03-273-4/+49
* | Merge "Initialize sphinx config using application instead of config"2.1.0Jenkins2017-03-302-14/+9
|\ \
| * | Initialize sphinx config using application instead of configAlfredo Moralejo2017-03-272-14/+9
| |/
* | Lazy import pkg_resourcesClark Boylan2017-03-281-2/+3