Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2584 from amy-lei/tabbed-code | Jason R. Coombs | 2021-03-05 | 1 | -0/+3 |
|\ | | | | | Add mechanism for comparison of setup.py and its equivalent setup.cfg | ||||
| * | Extend extensions later in the file. Fixes flake8 failure and isolates the ↵ | Jason R. Coombs | 2021-03-05 | 1 | -1/+4 |
| | | | | | | | | (sole) change from other concerns. | ||||
| * | Add sphinx-inline-tabs extension | Amy | 2021-02-28 | 1 | -1/+1 |
| | | |||||
* | | quickstart: recommend PyPA build instead of pep517.build | Andrey Bienkowski | 2021-02-09 | 1 | -1/+4 |
|/ | | | | see https://github.com/pypa/pep517/issues/91 | ||||
* | Remove bootstrap from docs build | Jason R. Coombs | 2021-01-19 | 1 | -16/+0 |
| | |||||
* | Merge https://github.com/jaraco/tidelift into main | Jason R. Coombs | 2020-12-20 | 1 | -0/+5 |
|\ | |||||
| * | List sidebars to avoid errors looking for template 't' | Jason R. Coombs | 2019-09-09 | 1 | -1/+1 |
| | | |||||
| * | Rely on alabaster theme to support sidebar rendering. | Jason R. Coombs | 2019-01-26 | 1 | -0/+1 |
| | | |||||
| * | Add Tidelift template | Jason R. Coombs | 2019-01-26 | 1 | -0/+4 |
| | |||||
* | Merge https://github.com/jaraco/skeleton into feature/skeleton | Jason R. Coombs | 2020-12-12 | 1 | -72/+21 |
|\ | |||||
| * | Collapse skeleton history from archive/2020-12 | Jason R. Coombs | 2020-12-08 | 1 | -0/+26 |
| | |||||
* | ✨Make the default implicit role autofind targets | Sviatoslav Sydorenko | 2020-10-16 | 1 | -0/+5 |
| | |||||
* | 🚑 Make Sphinx nitpicky about broken references | Sviatoslav Sydorenko | 2020-10-16 | 1 | -0/+4 |
| | | | | Fixes #2424 | ||||
* | Add a :user: role in Sphinx | Sviatoslav Sydorenko | 2020-09-24 | 1 | -1/+15 |
| | | | | | | | | | | This change adds a role that links to the GitHub user Sponsors page. If that page is not set up, it'll redirect to the GitHub user profile page instead: Links to https://github.com/sponsors/{{ username }} open as GitHub Sponsors page if the target `username` has it enabled and redirect to https://github.com/{{ username }} if it's disabled. | ||||
* | Use canonical extension for docs. | Jason R. Coombs | 2020-09-23 | 1 | -7/+0 |
| | |||||
* | Add links for distutils | Jason R. Coombs | 2020-09-01 | 1 | -0/+4 |
| | |||||
* | Support 'bpo-' prefix on Python bugs | Jason R. Coombs | 2020-09-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/pypa/setuptools | Jason R. Coombs | 2020-01-19 | 1 | -1/+1 |
|\ | |||||
| * | Bootstrap the environment in tox, allowing simple 'tox' to run tests and ↵ | Jason R. Coombs | 2020-01-19 | 1 | -1/+1 |
| | | | | | | | | simplifying all of the pipelines. | ||||
* | | 👹 Feed the hobgoblins (delint). | Jason R. Coombs | 2020-01-19 | 1 | -4/+4 |
| | | |||||
* | | 👹 Feed the hobgoblins (delint). | Jason R. Coombs | 2020-01-19 | 1 | -28/+11 |
|/ | |||||
* | Fixed html sidebars to supported version in Sphinx (#1804) | A_Rog | 2019-08-13 | 1 | -1/+1 |
| | |||||
* | Fix doc build warnings | Jeremy Bowman | 2018-05-14 | 1 | -1/+4 |
| | |||||
* | Constrain hack to the RTD environment. Rely on bootstrap routine to make ↵ | Jason R. Coombs | 2017-03-31 | 1 | -5/+8 |
| | | | | dependencies available. | ||||
* | Hack must genuflect to the arbitrory invocation location | Jason R. Coombs | 2017-03-31 | 1 | -1/+3 |
| | |||||
* | Make sure bootstrap finishes before continuing, and ensure that ↵ | Jason R. Coombs | 2017-03-30 | 1 | -2/+2 |
| | | | | jaraco.packaging.sphinx is run before rst.linker. | ||||
* | Remove excess hack | Jason R. Coombs | 2017-03-30 | 1 | -1/+0 |
| | |||||
* | Try running bootstrap in subprocess in order to be in the project root. | Jason R. Coombs | 2017-03-30 | 1 | -0/+3 |
| | |||||
* | Add hack to invoke bootstrap script so that setup.py --version can be invoked. | Jason R. Coombs | 2017-03-30 | 1 | -0/+5 |
| | |||||
* | Update docs to use jaraco.packaging.sphinx to grab metadata from the package. | Jason R. Coombs | 2017-03-30 | 1 | -47/+17 |
| | |||||
* | Added autosectionlabel Sphinx extension and replaced some obsolete links. | smheidrich | 2017-02-02 | 1 | -1/+1 |
| | |||||
* | Drop support for 'tag_svn_version' distribution option. Fixes #619. | Jason R. Coombs | 2017-01-01 | 1 | -0/+4 |
| | |||||
* | Fix quantity of blank lines. | stepshal | 2016-10-18 | 1 | -2/+0 |
| | |||||
* | docs/conf.py: remove unused boilerplate. | stepshal | 2016-07-25 | 1 | -97/+0 |
| | |||||
* | docs/conf.py: split multiple imports on one line. | stepshal | 2016-07-24 | 1 | -1/+2 |
| | |||||
* | Patch changelog relative to 'docs' now that docs are built in RTD | Jason R. Coombs | 2016-06-03 | 1 | -1/+1 |
| | |||||
* | Convert tabs to spaces. Fixes #489. | Jason R. Coombs | 2016-05-02 | 1 | -60/+60 |
| | |||||
* | Rename CHANGES and README files for nicer rendering on Github. | Jason R. Coombs | 2016-04-01 | 1 | -1/+1 |
| | |||||
* | Recognize semver versions with v prefix in rst.linker config | Jason R. Coombs | 2016-03-29 | 1 | -1/+1 |
| | |||||
* | Just render the date and not the time of tagged releases in the changelog.20.5 | Jason R. Coombs | 2016-03-29 | 1 | -1/+1 |
| | |||||
* | Update most bitbucket references to point to Github now. Fixes #422. | Jason R. Coombs | 2016-03-29 | 1 | -3/+3 |
| | |||||
* | Add timestamps to changelog. | Jason R. Coombs | 2016-02-19 | 1 | -0/+4 |
| | |||||
* | Add hyperlinks to PEPs in changelog. | Jason R. Coombs | 2016-02-19 | 1 | -0/+4 |
| | |||||
* | Link packaging versions to CHANGELOG in packaging project. Fixes #416. | Jason R. Coombs | 2015-08-19 | 1 | -0/+4 |
| | |||||
* | Bump packaging version to 15.1 | Jason R. Coombs | 2015-04-15 | 1 | -0/+4 |
| | |||||
* | Use rst.linker for generating linked changelog | Jason R. Coombs | 2015-02-24 | 1 | -1/+48 |
| | |||||
* | Update copyright | Jason R. Coombs | 2014-12-30 | 1 | -1/+1 |
| | |||||
* | Moved linkify logic to documentation builder as Sphinx extension. | Jason R. Coombs | 2014-12-30 | 1 | -1/+1 |
| | |||||
* | Update conf.py to place it below original docstring. | ericholscher | 2014-08-17 | 1 | -6/+5 |
| | |||||
* | Add comment to explain code. | ericholscher | 2014-08-16 | 1 | -2/+3 |
| |