Skip to content

Commit

Permalink
Fix warnings when building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wookie184 committed Jan 6, 2024
1 parent 5b07f9d commit ddc8343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ lower priority.
v1.1.1 (20200602)
*****************
*The traditional bugfix release for the previous release. No real bugs here
but something to prevent CSS changes from not being loaded.
but something to prevent CSS changes from not being loaded.*

* Prevent browsers from aggressively caching (#74)

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = "en"

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down

0 comments on commit ddc8343

Please sign in to comment.