Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-04Bugfix release 1.1.1 (#1371)1.1.1Anthony
* Bugfix release 1.1.1 * Release package updates * Package lock * Translations
2022-10-14Release 1.1.0b3 (#1361)Benjamin Balder Bach
* Update __init__.py because it wasn't updated by previous bump2version * Add some comments about docker mechanisms that are disturbing release workflow * Bump to version 1.1.0b3 * Revert "Bump to 1.1.0b2, rebuild assets" This reverts commit 615eb528cc56721cfecce6ea8362e64401a2666c. * Add changelog entry for #1073 * Changelog entry for #1193
2022-10-13Release 1.1.0b1 + 1.1.0b2 (bump versions with bump2version) (#1352)Benjamin Balder Bach
* Bump to 1.1.0 using bump2version * Use PEP440 and make it a beta, i.e. "1.1.0b1" * Auto-generated package-lock.json but with version bumps * Bump to 1.1.0b2, rebuild assets
2022-08-24Revert change to JS packageAnthony Johnson
This matches the version number in the Python package, and allows bumpversion to continue working. We can revisit changing this version later, but currently this version will never be updated again, as bumpversion will not match this string anymore. Fixes #1326
2022-08-19Bump to a valid version scheme, bump node-sass for Node 14 supportBenjamin Bach
2021-09-09Update to next development release after 1.0.0Anthony Johnson
For now, we'll be a bugfix release at 1.0.1 but do anticipate we'll be adding features this release and will get to 1.1.0. Requires #1230
2021-09-09Update docs and versions for 1.0.0 releaseAnthony Johnson
The RC hasn't raised many issues, so time to move forward with final release. This will be followed by a PR for 1.1.0-dev1.
2021-08-17Bump for next potential releaseAnthony Johnson
This is just the release version for development purposes so far. Requires #1204
2021-08-16Bump2version releaseAnthony Johnson
2021-08-11Bump to 1.0alpha1Anthony Johnson
I think we talked about this and never followed through on the next few release, not sure though. After we release a new version, I think we should be updating the repository version to something other than the most current release. The effect would be that the version in the repository would be an alpha/dev release, and so would be possible to differentiate easily between 0.5.2 release on PyPI and 0.5.3alpha1 development release from Git. Right now, we don't follow up with incrementing this version, and so it's harder to tell the difference. This is mostly for our use in development. It adds a small bit of overhead, but is nice and explicit. This PR updates the version in the repository to 1.0.0alpha1. If we had adopted this workflow, the progression would have been: * Release 0.5.2, open PR bumping to 0.5.2 (run `bump2version release` and open PR) * Follow up 0.5.2 release by bumping to `0.5.3alpha1` (run `bump2version patch` and open PR) * We add a new feature, bump to `0.6.0alpha1` (run `bump2version minor` and open PR) * Oops, backwards incompatible change. We bump to `1.0.0alpha1` (run `bump2version major` and open PR) * We're ready for an rc, bump to `1.0.0rc1` (run `bump2version release` and open PR) * Maybe we cut another rc after some fixes * We're ready for final release, bump to `1.0.0` (run `bump2version release` and open PR) * Follow up the release PR by bumping to the next version (run `bump2version patch` and open PR)
2021-04-05Merge Release 0.5.2 Changelog into master (#1114)Eric Holscher
* Setup: Require docutils<0.17' Docutils 0.17 changes some rendering of properties, until support is added we should probably pin to use an older version. I may not be a bad idea to keep a pinned version in the theme to prevent this issue in the future. * Release 0.5.2 Include a changelog and bump versions * Fix changelog Co-authored-by: Aaron Carlisle <carlisle.b3d@gmail.com>
2021-03-22npm: Update dependencies (simple) (#1096)Aaron Carlisle
This simply runs `npm update` so there are no breaking changes.
2021-03-15Don't require npm to build from source (#1039)Santos Gallegos
2021-01-05Release 0.5.1 (#1032)0.5.1Santos Gallegos
2020-06-17Bump versionAnthony Johnson
2020-06-05Regenerate assetsAnthony Johnson
2020-05-07Release 0.5.0rc1Anthony Johnson
This is a release candidate for 0.5.0, which adds support for both HTML4 and HTML5 writers, which should support the default writer regardless of your version of Sphinx. Also included in this release are localization efforts and 10 language translations. You will need to specify the release manually to test, if there are no major issues, we will have a 0.5.0 release shortly. Closes #886 Closes #712
2020-05-05Regenerate assetsAnthony Johnson
2020-01-20Update JS dependencies (#867)David Fischer
* Update JS dependencies - This should fix the github JS vulns warning * Remove matchdep as a dependency
2019-10-25Remove Modernizr, keep html5shiv (Webpack edition)Jesse Tan
2019-10-16Upgrade and unpin sass-loaderDavid Fischer
2019-10-16Commit package-lock.jsonDavid Fischer