mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
This commit is contained in:
parent
416426dfb7
commit
7cc1ebd28e
@ -1,14 +1,12 @@
|
||||
# Minimal makefile for Sphinx documentation
|
||||
#
|
||||
|
||||
# You can set these variables from the command line. For example:
|
||||
# SPHINXOPTS='-E -W -n' make html
|
||||
# will run the html builder in a clean environment (-E), treating warnings
|
||||
# as errors (-W), in nitpicky mode (-n).
|
||||
# You can set these variables from the command line, and also
|
||||
# from the environment for the first two.
|
||||
SPHINXOPTS ?=
|
||||
SPHINXBUILD ?= sphinx-build
|
||||
SOURCEDIR ?= {{ rsrcdir }}
|
||||
BUILDDIR ?= {{ rbuilddir }}
|
||||
SOURCEDIR = {{ rsrcdir }}
|
||||
BUILDDIR = {{ rbuilddir }}
|
||||
|
||||
# Put it first so that "make" without argument is like "make help".
|
||||
help:
|
||||
|
Loading…
Reference in New Issue
Block a user