mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
fix: docs building (#4820)
This commit is contained in:
parent
ecc1ab1020
commit
347bf201de
3 changed files with 1 additions and 3 deletions
|
@ -34,6 +34,7 @@ help:
|
|||
|
||||
clean:
|
||||
-rm -rf $(BUILDDIR)/*
|
||||
-rm -rf api/_autosummary/*
|
||||
|
||||
html:
|
||||
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
|
||||
|
|
|
@ -68,8 +68,6 @@ For those of you who want the gritty details.
|
|||
xonsh.main
|
||||
xonsh.color_tools
|
||||
xonsh.pyghooks
|
||||
xonsh.jupyter_kernel
|
||||
xonsh.jupyter_shell
|
||||
xonsh.dumb_shell
|
||||
xonsh.wizard
|
||||
xonsh.xonfig
|
||||
|
|
|
@ -10,4 +10,3 @@ Xonsh can be installed and run with various package managers, by using appimage,
|
|||
packages
|
||||
appimage
|
||||
containers
|
||||
jupyter
|
||||
|
|
Loading…
Add table
Reference in a new issue