Rewrite documentation
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 3ca0ef0..4052e94 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -12,6 +12,11 @@
                 "kind": "build",
                 "isDefault": true
             }
+        },
+        {
+            "type": "shell",
+            "label": "sphynx:watch",
+            "command": "make -C doc/ watch"
         }
     ],
 }
\ No newline at end of file