Commit 4db12964 authored by Federico Vaga's avatar Federico Vaga

doc: extract version from git

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 06d296f4
......@@ -5,7 +5,7 @@
LINUX ?= /lib/modules/$(shell uname -r)/build
SPHINXOPTS ?=
SPHINXOPTS = -Drelease=$(shell git describe) -Dversion=$(shell git describe | cut -d "-" -f 1 | tr -d "v")
SPHINXBUILD ?= sphinx-build
SOURCEDIR = .
BUILDDIR = _build
......
......@@ -34,10 +34,6 @@ project = 'FMC'
copyright = '2020, Federico Vaga <federico.vaga@cern.ch>'
author = 'Federico Vaga <federico.vaga@cern.ch>'
# The full version, including alpha/beta/rc tags
release = 'v1.1.0'
# -- General configuration ---------------------------------------------------
# Add any Sphinx extension module names here, as strings. They can be
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment