diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml
index 4c77ebf..cc5fe12 100644
--- a/.idea/codeStyles/Project.xml
+++ b/.idea/codeStyles/Project.xml
@@ -3,7 +3,7 @@
-
+
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 848f7a2..8d00138 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -2,7 +2,6 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
-# Required
version: 2
build:
@@ -11,13 +10,11 @@ build:
python: "3.11"
sphinx:
- configuration: manual/conf.py
+ configuration: manual/conf.py
+ fail_on_warning: true
formats: all
-sphinx:
- fail_on_warning: true
-
python:
install:
- requirements: manual/requirements.txt