Skip to content

Commit 21099a0

Browse files
SebSepttrasher
authored andcommitted
fix misc (#163)
* -B option doesn't exist anymore * langage specified to avoid warning. * fix path to glpi logo --------- Co-authored-by: Sebastien Monterisi <smonterisi@teclib.com>
1 parent 498e0e7 commit 21099a0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
2222

2323
#Watcher
2424
ALLSPHINXLIVEOPTS = $(ALLSPHINXOPTS) -q \
25-
-B \
2625
--delay 1 \
2726
--ignore "*.swp" \
2827
--ignore "*.pdf" \
@@ -73,7 +72,7 @@ html:
7372
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
7473

7574
livehtml:
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

source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
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:
@@ -166,7 +166,7 @@
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

0 commit comments

Comments
 (0)