1
0
mirror of https://github.com/ae-utbm/sith.git synced 2025-07-15 06:19:24 +00:00
Files
.github
accounting
api
club
com
core
counter
doc
Color Theory - Palette Creator
Comptes-rendus
Etransaction
Kit_E-transactions_internet_premium_PHP
TO_Skia_LoJ
TW_Skia
about
apps
devenv
frequent
misc
overlay
start
Architecture_et_presentation_-_Skia_2016.pdf
Guide de Tresorerie.pdf
MLD.pdf
Makefile
SYNTAX.html
SYNTAX.md
conf.py
contacts
header
index.rst
make.bat
modules.dia
modules_full.png
modules_maj.dia
modules_maj.png
modules_simple.png
eboutic
election
forum
galaxy
launderette
locale
matmat
pedagogy
rootplace
sas
sith
stock
subscription
trombi
.coveragerc
.envrc
.gitattributes
.gitignore
.mailmap
.readthedocs.yml
CONTRIBUTING.rst
LICENSE
LICENSE.old
README.md
manage.py
poetry.lock
pyproject.toml
Sith/doc/Makefile

21 lines
634 B
Makefile

# Minimal makefile for Sphinx documentation
#
# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
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)