From 01437eb13d278379566786ded98a11392222f46d Mon Sep 17 00:00:00 2001 From: VarMonke Date: Mon, 2 May 2022 00:14:09 +0530 Subject: [PATCH] fix dpcs --- .gitignore | 2 +- .readthedocs.yaml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .readthedocs.yaml 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