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 80792d8 commit 9386750Copy full SHA for 9386750
Makefile
@@ -3,8 +3,13 @@
3
RUN = uv run
4
PACKAGE_DIRS = _plotly_utils plotly
5
CODE_DIRS = ${PACKAGE_DIRS} scripts
6
-# EXAMPLE_SRC = $(wildcard doc/python/*.md)
+
7
+ifdef MKDOCS_ALL
8
+EXAMPLE_SRC = $(wildcard doc/python/*.md)
9
+else
10
EXAMPLE_SRC = doc/python/cone-plot.md doc/python/strip-charts.md
11
+endif
12
13
EXAMPLE_DST = $(patsubst doc/python/%.md,pages/examples/%.md,${EXAMPLE_SRC})
14
15
## commands: show available commands
0 commit comments