We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04698c2 commit 3c2209dCopy full SHA for 3c2209d
docs/conf.py
@@ -18,7 +18,7 @@
18
# -- Project information -----------------------------------------------------
19
20
project = "SuperScreen"
21
-copyright = "2021-2023, Logan Bishop-Van Horn"
+copyright = "2021-2024, Logan Bishop-Van Horn"
22
author = "Logan Bishop-Van Horn"
23
24
setup.py
@@ -60,7 +60,8 @@
60
"sphinx_rtd_theme",
61
"sphinx-autodoc-typehints",
62
"nbsphinx",
63
- "pillow", # required for image scaling in RTD
+ "pillow", # required for image scaling in RTD,
64
+ "pint>='0.24.4'",
65
],
66
}
67
0 commit comments