Skip to content

Commit ab2e54f

Browse files
Fix autogenerated reference documentation on Netlify (#208)
1 parent 8a5223c commit ab2e54f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)