8000
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 68ce728 commit 5b62a3bCopy full SHA for 5b62a3b
.circleci/config.yml
@@ -54,6 +54,8 @@ jobs:
54
. venv/bin/activate
55
echo ${mapbox_token} > python/.mapbox_token
56
make -kj8 || make -kj8
57
+ curl https://raw.githubusercontent.com/plotly/documentation/source-design-merge/front-matter-ci.py > front-matter-ci.py
58
+ python front-matter-ci.py build/html
59
if [ "${CIRCLE_BRANCH}" == "master" ]; then
60
cd build/html
61
git init
requirements.txt
@@ -19,3 +19,5 @@ squarify
19
scikit-image
20
sphinx
21
recommonmark
22
+pathlib
23
+python-frontmatter
0 commit comments