Skip to content

Commit

Permalink
Update Django, Poetry, Bootstrap (zostera#234)
Browse files Browse the repository at this point in the history
- Support Django 3.1
- Update Bootstrap to 4.5.2
- Update Poetry to 1.1.0
  • Loading branch information
dyve authored Oct 7, 2020
1 parent a50a2ff commit e92d32e
Show file tree
Hide file tree
Showing 7 changed files with 400 additions and 271 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

## [2.3.0] - In development

- Updated default Bootstrap to 4.5.2.
- Updated CSS/JavaScript URLs to newer versions (thanks @emmceemoore).
- Replace `m2r` with `m2r2` to support Sphinx3.
- Update Sphinx dependency because of security update.
- Use Django 3.1 in `tox` matrix, fix warning in tests.
- Add `tox` to development dependencies.
- Accept importlib-metadata 2.x.x (thanks @dbaty).

## [2.2.0] - 2020-07-01

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# The short X.Y version.
version = ".".join(release.split(".")[:2])

extensions = ["sphinx.ext.autodoc", "sphinx.ext.viewcode", "m2r"]
extensions = ["sphinx.ext.autodoc", "sphinx.ext.viewcode", "m2r2"]
source_suffix = [".rst", ".md"]
pygments_style = "sphinx"
htmlhelp_basename = f"{PROJECT_NAME}-doc"
Expand Down
Loading

0 comments on commit e92d32e

Please sign in to comment.