Skip to content

Commit

Permalink
removed old templates
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Apr 18, 2024
1 parent c6743df commit 270296e
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 420 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
ci:
autofix_prs: false
autoupdate_schedule: "quarterly"
repos:
- repo: https://github.com/myint/docformatter
rev: v1.7.5
Expand Down
22 changes: 18 additions & 4 deletions docs/release/ablog-v0.12-released.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,23 @@ ABlog v0.12 released

ABlog v0.12 is released with the main focus being retemplating the library.

``pyproject.toml`` is now the source of package infomation.
``ruff`` has been widely deployed to fix any underlying issues found.
Features
--------

Ablog also got parts of its internal process rewritten to follow modern sphinx.
- None

We dropped support for Python 3.9 and Sphinx 5.X.Y.
Internal Fixes
--------------

- ``pyproject.toml`` is now the source of package information.
- ``ruff`` has been widely deployed to fix any underlying issues found.
- Internal process rewritten to follow modern sphinx.
- Increaseed pytest coverage

Breaking Changes
----------------

- Dropped support for Python 3.9
- Dropped support for Sphinx 5
- Removed non-ablog scoped templates
- Removed the myriad of language config options
15 changes: 0 additions & 15 deletions src/ablog/templates/archives.html

This file was deleted.

15 changes: 0 additions & 15 deletions src/ablog/templates/authors.html

This file was deleted.

26 changes: 0 additions & 26 deletions src/ablog/templates/catalog.html

This file was deleted.

15 changes: 0 additions & 15 deletions src/ablog/templates/categories.html

This file was deleted.

57 changes: 0 additions & 57 deletions src/ablog/templates/collection.html

This file was deleted.

15 changes: 0 additions & 15 deletions src/ablog/templates/languages.html

This file was deleted.

15 changes: 0 additions & 15 deletions src/ablog/templates/locations.html

This file was deleted.

56 changes: 0 additions & 56 deletions src/ablog/templates/page.html

This file was deleted.

19 changes: 0 additions & 19 deletions src/ablog/templates/postcard.html

This file was deleted.

105 changes: 0 additions & 105 deletions src/ablog/templates/postcard2.html

This file was deleted.

Loading

0 comments on commit 270296e

Please sign in to comment.