diff --git a/.gitignore b/.gitignore
index e72ad8f..fd664c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,5 +3,11 @@ __pycache__/
*.py[cod]
*$py.class
.devel
-.venv
+.venv
+venv
+start_moonraker
+*.env
+.pdm-python
+build
+dist
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 7e23dd5..216eb59 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -1,10 +1,14 @@
version: 2
+build:
+ os: ubuntu-22.04
+ tools:
+ python: "3.11"
+
mkdocs:
configuration: mkdocs.yml
fail_on_warning: false
python:
- version: 3.8
install:
- requirements: docs/doc-requirements.txt
diff --git a/LICENSE b/LICENSE
index f288702..e62ec04 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
- GNU GENERAL PUBLIC LICENSE
+GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc.
