diff --git a/docs/sphinx/Makefile b/docs/sphinx/Makefile index 9f9de0ec5e123084f184a573b6b40013d297725e..c930ea93f30f0094bd6bc5e2af90385e282e7936 100644 --- a/docs/sphinx/Makefile +++ b/docs/sphinx/Makefile @@ -14,6 +14,9 @@ ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) . # the i18n builder cannot share the environment and doctrees with the others I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) . +all: + make doc + .PHONY: help help: @echo "Please use \`make ' where is one of" diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index e85360a073254362a14af3908fe50bf0ae091c8e..8ef4b00a4327d1b1bc458aeb3644ff3225ce8dec 100644 --- a/docs/sphinx/conf.py +++ b/docs/sphinx/conf.py @@ -53,7 +53,7 @@ master_doc = 'index' # General information about the project. project = u'Neural Filters' -copyright = u'2018, Idiap Research Institute' +copyright = u'2019, Idiap Research Institute' author = u'Francois Marelli' # The version info for the project you're documenting, acts as replacement for