Skip to content

Commit

Permalink
Remove dependency on sphinx_rtd_theme (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Jul 14, 2020
1 parent ca12170 commit 92d6bda
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 43 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.1.1] - 2020-07-14
### Changed
- Remove dependency on sphinx_rtd_theme (fixes #21).

## [2.1.0] - 2020-07-02
### Changed
- Add Django 3.1 to test matrix.
Expand Down
85 changes: 44 additions & 41 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-icons"
version = "2.1.0"
version = "2.1.1"
description = "Icons for Django"
homepage = "https://github.com/zostera/django-icons"
repository = "https://github.com/zostera/django-icons"
Expand Down Expand Up @@ -48,7 +48,7 @@ tox = "^3.15.1"
coveralls = "^2.0.0"

[tool.poetry.extras]
docs = ["sphinx", "sphinx_rts_theme", "m2r"]
docs = ["sphinx", "sphinx_rtd_theme", "m2r"]

[tool.black]
line-length = 120
Expand Down

0 comments on commit 92d6bda

Please sign in to comment.