mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
7 lines
278 B
Makefile
7 lines
278 B
Makefile
|
.PHONY: docs
|
||
|
|
||
|
# Build the documentation locally for the current branch
|
||
|
# NOTE: You need to commit your changes before running this command
|
||
|
docs:
|
||
|
@CURRENT_BRANCH=$(shell git rev-parse --abbrev-ref HEAD)
|
||
|
sphinx-versioned -m $$CURRENT_BRANCH -b $$CURRENT_BRANCH --git-root ../../
|