Skip to content

Commit fbc15c8

Browse files
author
Daniel Holbach
committed
working with sphinx
1 parent c2651b9 commit fbc15c8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ bin
44
*.ext4
55
images/kubeadm/run
66
images/alpine/alpine.*
7+
docs/_build

.vscode/settings.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"go.formatTool": "goimports"
2+
"go.formatTool": "goimports",
3+
"restructuredtext.confPath": "${workspaceFolder}/docs"
34
}

0 commit comments

Comments
 (0)