Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #182 from CSCfi/dev
Browse files Browse the repository at this point in the history
fix docs
  • Loading branch information
teemukataja authored Jun 16, 2022
2 parents e318013 + d4326da commit fd37a3f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def __getattr__(cls, name):
#
# 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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ aiohttp==3.8.1
aiohttp-cors==0.7.0
aiocache==0.11.1
aiomcache==0.7.0
ujson==5.2.0
ujson==5.3.0
uvloop==0.14.0; python_version < '3.7'
uvloop==0.16.0; python_version >= '3.7'
asyncpg==0.25.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"aiohttp-cors==0.7.0",
"aiocache==0.11.1",
"aiomcache==0.7.0",
"ujson==5.2.0",
"ujson==5.3.0",
"uvloop==0.14.0; python_version < '3.7'",
"uvloop==0.16.0; python_version >= '3.7'",
"asyncpg==0.25.0",
Expand All @@ -43,7 +43,7 @@
],
extras_require={
"test": [
"coverage==6.3.2",
"coverage==6.4",
"pytest<7.2",
"pytest-cov==3.0.0",
"testfixtures==6.18.5",
Expand Down

0 comments on commit fd37a3f

Please sign in to comment.