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 95404a2 commit 2d3a687Copy full SHA for 2d3a687
Makefile
@@ -190,3 +190,9 @@ deploy: clean html
190
191
.PHONY: all
192
all: clean spellcheck linkcheck html ## Run checks and build html
193
+
194
+.PHONY: livehtml
195
+livehtml:
196
+ cd "$(DOCS_DIR)" && sphinx-autobuild \
197
+ --ignore "*.swp" \
198
+ -b html . "$(BUILDDIR)/html" $(SPHINXOPTS) $(O)
requirements.txt
@@ -3,6 +3,7 @@ jsx-lexer
3
lesscpy
4
linkify-it-py
5
myst-parser
6
+sphinx-autobuild
7
sphinx-book-theme
8
sphinx-copybutton
9
sphinx-togglebutton
0 commit comments