We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 488b600 commit 9925c8cCopy full SHA for 9925c8c
docs/conf.py
@@ -23,6 +23,7 @@
23
ON_READ_THE_DOCS = os.environ.get('READTHEDOCS', None) == 'True'
24
LOCAL_READ_THE_DOCS = os.environ.get('LOCAL_RTD', None) == 'True'
25
26
+
27
# If extensions (or modules to document with autodoc) are in another directory,
28
# add these directories to sys.path here. If the directory is relative to the
29
# documentation root, use os.path.abspath to make it absolute, like shown here.
setup.py
@@ -25,7 +25,7 @@
'gax-google-pubsub-v1',
]
-if sys.version_info[:2] == (2, 7):
+if sys.version_info[:2] == (2, 7) and 'READTHEDOCS' not in os.environ:
REQUIREMENTS.extend(GRPC_EXTRAS)
30
31
setup(
0 commit comments