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 4601cd1 commit 2d57f39Copy full SHA for 2d57f39
docs/Makefile
@@ -17,4 +17,4 @@ help:
17
# Catch-all target: route all unknown targets to Sphinx using the new
18
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
19
%: Makefile
20
- POLYGON_API_KEY="POLYGON_API_KEY" $(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
+ $(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
docs/source/conf.py
@@ -14,7 +14,7 @@
14
import sys
15
sys.path.insert(0, os.path.abspath('../..'))
16
print('docs path', sys.path[0])
-
+os.environ['POLYGON_API_KEY'] = 'POLYGON_API_KEY'
# -- Project information -----------------------------------------------------
0 commit comments