summaryrefslogtreecommitdiff
path: root/requirements
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Compatibility with pydata-sphinx-theme (#453)Eric Larson2023-03-031-2/+1
| | | | | Fix compatibility issues between latest pydata-sphinx-theme and sphinx 6. Increase granularity of CI to test across necessary sphinx & Python version combos.
* Update pre-commit (#449)Jarrod Millman2023-02-011-1/+1
| | | | | * Update pre-commit * Run pre-commit on all files
* MAINT: Fix CIs for sphinx 6 (#448)Eric Larson2023-01-241-1/+2
|
* Update doc requirements (#441)Jarrod Millman2022-10-081-3/+3
|
* Update pydata-sphinx-theme (#440)Jarrod Millman2022-10-061-1/+1
|
* Fix front page (#434)Jarrod Millman2022-10-041-1/+1
| | | | | | | | | | | * Fix front page * Test * Test pydata-sphinx-theme==0.11.0rc2 * Specify package to test * Test pydata-sphinx-theme==0.11.0rc3
* Use requirements/*.txt files for CI (#435)Jarrod Millman2022-09-271-0/+4
|
* Update precommit linters (#417)Jarrod Millman2022-07-141-1/+1
|
* Update pre-commit (#396)Jarrod Millman2022-05-171-1/+1
| | | | | * Update pre-commit * Use blacken-docs
* Add pre-commit hook / linter (#374)Jarrod Millman2022-04-052-0/+4
* Add pre-commit hook / linter * Run linter * Fix GH workflow