diff --git a/.gitignore b/.gitignore index f6a5f6e..7b13617 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ __pycache__/ *$py.class #var is weird -test*.py +test*.* .vscode/ # C extensions diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..493efc0 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,6 @@ +version: 1.1.1 + +sphinx: + configuration: docs/conf.py + fail_on_warning: false + builder: html \ No newline at end of file