File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ SPHINXBUILD = sphinx-build
7
7
SOURCEDIR = .
8
8
BUILDDIR = _build
9
9
10
+ # sphinx-hoverxref expected variables
11
+ export READTHEDOCS =True
12
+ export READTHEDOCS_PROJECT =sphinx-hoverxref
13
+ export READTHEDOCS_VERSION =latest
14
+
10
15
# Put it first so that "make" without argument is like "make help".
11
16
help :
12
17
@$(SPHINXBUILD ) -M help " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
19
24
@$(SPHINXBUILD ) -M $@ " $( SOURCEDIR) " " $( BUILDDIR) " $(SPHINXOPTS ) $(O )
20
25
21
26
livehtml :
22
- sphinx-autobuild -b html --ignore " autoapi/*" --ignore " *#*" --watch " ../hoverxref" $(SPHINXOPTS ) $(SOURCEDIR ) $(BUILDDIR ) /html
27
+ sphinx-autobuild -E - b html --ignore " autoapi/*" --ignore " *#*" --watch " ../hoverxref" $(SPHINXOPTS ) $(SOURCEDIR ) $(BUILDDIR ) /html
You can’t perform that action at this time.
0 commit comments