We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20abadb commit 6316c37Copy full SHA for 6316c37
docs/conf.py
@@ -51,7 +51,7 @@
51
print("no xsimlab")
52
try:
53
import xso
54
- print(f"xso: {xso.__version__}, {xso.__file__}")
+ #print(f"xso: {xso.__version__}, {xso.__file__}")
55
except ImportError:
56
print("no xso")
57
0 commit comments