Files
sushy-cli/doc/source/Makefile
Ilya Etingof ef7e9b5001 Rearrange project layout
Changed project layout to be more in-line with the existing
OpenStack customs.

Specifically, the changes include:

* docs moved under doc/source/ and build tox target added
* licensing note added in all source files concistently
* setuptool harness changed to run along with pbr
* some manually added text files removed in favor of pbr-generated
* stest harness added
* test-requirements.txt updated accordingly
* existing code PEP8'ed for tests to pass
* GitHub legacy removed
* Py2 support undeclared

Story: 2006608
Task: 36776
Change-Id: I851efb2b7166db16df77617d41c1771562bcc9a2
2020-01-28 08:20:19 +01:00

21 lines
609 B
Makefile

# Minimal makefile for Sphinx documentation
#
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = python -msphinx
SPHINXPROJ = sushycli
SOURCEDIR = .
BUILDDIR = _build
# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
.PHONY: help Makefile
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)