Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbaumann committed Feb 4, 2018
1 parent 9c1702a commit 1f604d5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 14 deletions.
4 changes: 0 additions & 4 deletions docs/.buildinfo

This file was deleted.

15 changes: 6 additions & 9 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,17 @@ SPHINXOPTS =
SPHINXBUILD = sphinx-build
SPHINXPROJ = MapboxGLJupyter
SOURCEDIR = source
BUILDDIR = ../docs
PDFBUILDDIR = /tmp
PDF = ../manual.pdf
BUILDDIR = build

# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

latexpdf:
$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(PDFBUILDDIR)/latex
@echo "Running LaTeX files through pdflatex..."
make -C $(PDFBUILDDIR)/latex all-pdf
cp $(PDFBUILDDIR)/latex/*.pdf $(PDF)
@echo "pdflatex finished; see $(PDF)"
latexpdf:
$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
@echo "Running LaTeX files through pdflatex..."
make -C $(BUILDDIR)/latex all-pdf
@echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."

.PHONY: help Makefile

Expand Down
1 change: 0 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import sys
sys.path.insert(0, os.path.abspath('../../mapboxgl'))


# -- General configuration ------------------------------------------------

# If your documentation needs a minimal Sphinx version, state it here.
Expand Down

0 comments on commit 1f604d5

Please sign in to comment.