File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
2222
2323# Watcher
2424ALLSPHINXLIVEOPTS = $(ALLSPHINXOPTS ) -q \
25- -B \
2625 --delay 1 \
2726 --ignore "*.swp" \
2827 --ignore "*.pdf" \
7372 @echo " Build finished. The HTML pages are in $( BUILDDIR) /html."
7473
7574livehtml :
76- $(SPHINXAUTOBUILD ) -b html $(ALLSPHINXLIVEOPTS ) $(BUILDDIR ) /html
75+ $(SPHINXAUTOBUILD ) -b html $(ALLSPHINXLIVEOPTS ) $(BUILDDIR ) /html --host 0.0.0.0 --port 8007
7776 @echo
7877 @echo " Build finished. The HTML pages are in $( BUILDDIR) /html."
7978
Original file line number Diff line number Diff line change 8686#
8787# This is also used if you do content translation via gettext catalogs.
8888# Usually you set "language" from the command line for these cases.
89- language = None
89+ language = 'En'
9090
9191# There are two options for replacing |today|: either, you set today to some
9292# non-false value, then it is used:
166166# html_logo = None
167167
168168#Will be marked as missing during the build, but is provided from theme.
169- html_logo = 'static /images/glpi.png'
169+ html_logo = '_static /images/glpi.png'
170170
171171# The name of an image file (relative to this directory) to use as a favicon of
172172# the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
You can’t perform that action at this time.
0 commit comments