Skip to content

Commit

Permalink
Change RTD setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
be-hase committed Oct 15, 2016
1 parent 1aeb6ef commit 508b032
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 388 deletions.
14 changes: 7 additions & 7 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
SPHINXOPTS =
SPHINXBUILD = sphinx-build
PAPER =
BUILDDIR = _build
BUILDDIR = build

# Internal variables.
PAPEROPT_a4 = -D latex_paper_size=a4
PAPEROPT_letter = -D latex_paper_size=letter
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
# the i18n builder cannot share the environment and doctrees with the others
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source

.PHONY: help
help:
Expand Down Expand Up @@ -91,9 +91,9 @@ qthelp:
@echo
@echo "Build finished; now you can run "qcollectiongenerator" with the" \
".qhcp project file in $(BUILDDIR)/qthelp, like this:"
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/linebot.qhcp"
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/line-bot-sdk-python.qhcp"
@echo "To view the help file:"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/linebot.qhc"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/line-bot-sdk-python.qhc"

.PHONY: applehelp
applehelp:
Expand All @@ -110,8 +110,8 @@ devhelp:
@echo
@echo "Build finished."
@echo "To view the help file:"
@echo "# mkdir -p $$HOME/.local/share/devhelp/linebot"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/linebot"
@echo "# mkdir -p $$HOME/.local/share/devhelp/line-bot-sdk-python"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/line-bot-sdk-python"
@echo "# devhelp"

.PHONY: epub
Expand Down
281 changes: 0 additions & 281 deletions docs/make.bat

This file was deleted.

0 comments on commit 508b032

Please sign in to comment.