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 0a5a2c3 commit 3a48587Copy full SHA for 3a48587
docs/Makefile
@@ -17,9 +17,8 @@ build:
17
18
## examples: build example documentation in ./tmp
19
examples:
20
- @rm -rf tmp
21
@mkdir -p tmp
22
- ${RUN} bin/example_pages.py --indir _posts/plotly_js --outdir tmp/javascript --jsversion 3.2.1 --verbose 1
+ ${RUN} bin/example_pages.py --indir _posts/plotly_js --outdir tmp/javascript --jsversion 3.2.1
23
24
## format: reformat Python code
25
format:
@@ -31,7 +30,6 @@ lint:
31
30
32
## reference: build reference documentation in ./tmp
33
reference:
34
35
36
${RUN} bin/reference_pages.py --schema ${SCHEMA_SRC} --outdir tmp/reference _posts/reference_pages/javascript/*.html
37
0 commit comments