diff --git a/.gitignore b/.gitignore
index 003f6b90047ec3c8b1fc8272d2e4a8a89e8a3b99..8a87afaecc8e86c10e4a8235d55010ae531e6119 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,4 +11,6 @@ dist
 *.c
 __bootstrap__.*
 venv/
+.venv/
+
 
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..152e35f3b043c5d368f99fa6ed69be4f063728d3
--- /dev/null
+++ b/.readthedocs.yaml
@@ -0,0 +1,12 @@
+version: 2
+build:
+  os: ubuntu-22.04
+  tools:
+    python: "3.9"
+python:
+  install:
+    - Cython
+    - mako
+    - satella
+sphinx:
+  configuration: docs/conf.py
diff --git a/LICENSE b/LICENSE
index 308aeb48efbc0ce21a803c3553e141ba80c4bbf8..e6624836b5fc69344b8b2a63e26436a4280802c5 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2020-2021 SMOK sp. z o. o.
+Copyright (c) 2020-2024 SMOK sp. z o. o.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal