Skip to content

Commit 4f4e5fa

Browse files
committed
feat(netlify.toml): Add netlify.toml file
Signed-off-by: Christian Walter <[email protected]>
1 parent b8291cc commit 4f4e5fa

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

netlify.toml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build]
2+
publish = "build/singlehtml"
3+
command = "make singlehtml"

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Sphinx==7.1.2

runtime.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.8

0 commit comments

Comments
 (0)