Updating documentation for new __header__ functionality

This commit is contained in:
2020-08-25 22:54:58 +01:00
parent 328b4ea1ea
commit 5f98d3825b
3 changed files with 30 additions and 3 deletions

View File

@@ -2,5 +2,6 @@
"python.linting.pylintEnabled": false,
"python.linting.prospectorEnabled": true,
"python.linting.enabled": true,
"python.pythonPath": ".venv/bin/python"
"python.pythonPath": ".venv/bin/python",
"restructuredtext.confPath": "${workspaceFolder}/docs/source"
}