Skip to content

Commit

Permalink
Fixed html path for make host command for docs (mosaicml#1642)
Browse files Browse the repository at this point in the history
  • Loading branch information
karan6181 authored Oct 18, 2022
1 parent 38456f4 commit d8a76ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SPHINXBUILD ?= sphinx-build
SOURCEDIR = source
BUILDDIR = _build
PYTHON_BIN ?= python
HTML_BUILDDIR ?= $(BUILDDIR)/_html
HTML_BUILDDIR ?= $(BUILDDIR)/html
HTTP_MODULE = http.server

# Put it first so that "make" without argument is like "make help".
Expand Down

0 comments on commit d8a76ad

Please sign in to comment.