We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c71c2bf commit ee02a70Copy full SHA for ee02a70
doc/manual/conf.py
@@ -66,4 +66,6 @@
66
def setup(app):
67
if 'READTHEDOCS' in os.environ:
68
app.srcdir = os.getcwd() + '/doc/manual'
69
+ else:
70
+ raise('DID NOT SEE READTHEDOCS')
71
0 commit comments