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 ef09fa1 commit d9a99e9Copy full SHA for d9a99e9
docsrc/conf.py
@@ -28,7 +28,10 @@
28
29
else:
30
print("pip environment:")
31
- subprocess.run([sys.executable, "-m", "pip", "list"])
+ try:
32
+ subprocess.run([sys.executable, "-m", "pip", "list"])
33
+ except:
34
+ pass
35
36
# hacky for RTD - which doesn't actually call conda activate
37
# see: https://github.com/readthedocs/readthedocs.org/issues/5339
0 commit comments