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 d2140c1 commit 1975874Copy full SHA for 1975874
docs/Makefile
@@ -23,8 +23,5 @@ image:
23
build: docs/index.md docs/changelog.md
24
$(BUILD_RUNNER) /bin/sh -c "pip3 install /rsconnect_python && mkdocs build"
25
26
-docs/index.md: $(CURDIR)/../README.md
27
- python3 patch_admonitions.py < $(CURDIR)/../README.md > docs/index.md
28
-
29
docs/changelog.md: $(CURDIR)/../CHANGELOG.md
30
cp -v $^ $@
docs/patch_admonitions.py
0 commit comments