Skip to content

Commit c4fff47

Browse files
committed
Merge branch 'docs-at-top-2' into bewest-dev-w-dana
2 parents 3165e8d + 4f2cfdf commit c4fff47

File tree

132 files changed

+19
-17
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+19
-17
lines changed

Makefile

+4-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
1212
$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
1313
endif
1414

15+
# SOURCE_ROOT=source
16+
SOURCE_ROOT=docs
1517
# Internal variables.
1618
PAPEROPT_a4 = -D latex_paper_size=a4
1719
PAPEROPT_letter = -D latex_paper_size=letter
18-
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
20+
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) $(SOURCE_ROOT)
1921
# the i18n builder cannot share the environment and doctrees with the others
20-
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
22+
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) $(SOURCE_ROOT)
2123

2224
.PHONY: help
2325
help:

README.md

+15-15
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)