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 b795b44 commit cc15df0Copy full SHA for cc15df0
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