1
0
mirror of https://github.com/ae-utbm/sith.git synced 2025-07-23 02:09:56 +00:00
Files
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
launderette
locale
matmat
pedagogy
rootplace
sas
sith
stock
subscription
trombi
.coveragerc
.envrc
.gitattributes
.gitignore
.gitlab-ci.yml
.readthedocs.yml
CONTRIBUTING.rst
LICENSE
LICENSE.old
README.rst
manage.py
migrate.py
requirements.txt
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)