Skip to content

Commit 001a3f0

Browse files
committed
Fix autogenerated reference documentation on Netlify.
1 parent 8a5223c commit 001a3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[build]
2-
command = "sphinx-build -M html ./docs ./site"
2+
command = "pip install . && sphinx-build -M html ./docs ./site"
33
publish = "site/html"

0 commit comments

Comments
 (0)