Show More
@@ -1,7 +1,3 b'' | |||||
1 | # encoding: utf-8 |
|
|||
2 |
|
||||
3 | # Copyright (c) IPython Development Team. |
|
|||
4 | # Distributed under the terms of the Modified BSD License. |
|
|||
5 |
|
|
1 | import os | |
6 |
|
2 | |||
7 | GENERATING_DOCUMENTATION = os.environ.get("IN_SPHINX_RUN", None) == "True" |
|
3 | GENERATING_DOCUMENTATION = os.environ.get("IN_SPHINX_RUN", None) == "True" |
General Comments 0
You need to be logged in to leave comments.
Login now