Skip to content
Snippets Groups Projects

Resolve "Add automatic documentation generation"

Merged Victor Löfgren requested to merge 134-add-automatic-documentation-generation into dev
60 files
+ 839
49
Compare changes
  • Side-by-side
  • Inline
Files
60
+ 2
1
@@ -41,5 +41,6 @@
"search.exclude": {
"**/env": true
},
"python.pythonPath": "server\\env\\Scripts\\python.exe"
"python.pythonPath": "server\\env\\Scripts\\python.exe",
"restructuredtext.confPath": "${workspaceFolder}\\server\\sphinx\\source"
}
Loading