diff --git a/Makefile b/Makefile index 8fcc3cb4..8a363eb3 100644 --- a/Makefile +++ b/Makefile @@ -68,8 +68,7 @@ quarto-exts: deps: $(PYBIN) $(PYBIN)/pip install pip --upgrade $(PYBIN)/pip install -r requirements.txt - . $(PYBIN)/activate && cd py-shiny && make install-deps - . $(PYBIN)/activate && cd py-shiny/docs && make deps + . $(PYBIN)/activate && cd py-shiny && make install-docs ## Build qmd files for Shiny API docs quartodoc: $(PYBIN) diff --git a/py-shiny b/py-shiny index dc0b2943..89bab6da 160000 --- a/py-shiny +++ b/py-shiny @@ -1 +1 @@ -Subproject commit dc0b2943b998d59216f6239d6a41d4fa8d754700 +Subproject commit 89bab6da7507e651018cae0c994889afa5c33fe1