Skip to content

Commit 942a18d

Browse files
committed
Update docs
1 parent 2f0cf5b commit 942a18d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ idna==3.4 ; python_version >= "3.7" and python_version < "4"
2626
imagesize==1.4.1 ; python_version >= "3.7" and python_version < "4.0"
2727
importlib-metadata==4.2.0 ; python_version >= "3.7" and python_version < "3.10"
2828
iniconfig==1.1.1 ; python_version >= "3.7" and python_version < "4.0"
29-
isort==5.10.1 ; python_version >= "3.7" and python_version < "4.0"
29+
isort==5.11.4 ; python_version >= "3.7" and python_version < "4.0"
3030
itsdangerous==2.1.2 ; python_version >= "3.7" and python_version < "4.0"
3131
jinja2==3.1.2 ; python_version >= "3.7" and python_version < "4.0"
3232
markupsafe==2.1.1 ; python_version >= "3.7" and python_version < "4.0"
3333
mccabe==0.7.0 ; python_version >= "3.7" and python_version < "4.0"
3434
mnemonic==0.20 ; python_version >= "3.7" and python_version < "4.0"
3535
mypy-extensions==0.4.3 ; python_version >= "3.7" and python_version < "4.0"
36-
mypy==0.990 ; python_version >= "3.7" and python_version < "4.0"
36+
mypy==0.991 ; python_version >= "3.7" and python_version < "4.0"
3737
oscrypto==1.3.0 ; python_version >= "3.7" and python_version < "4.0"
3838
packaging==22.0 ; python_version >= "3.7" and python_version < "4.0"
3939
pathspec==0.10.2 ; python_version >= "3.7" and python_version < "4.0"

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
# -- Project information -----------------------------------------------------
2222

2323
project = "PyCardano"
24-
copyright = "2021, JerryC"
25-
author = "JerryC"
24+
copyright = "2023, Jerry"
25+
author = "Jerry"
2626

2727

2828
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)