Skip to content

Commit

Permalink
add modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jertel committed Oct 27, 2023
1 parent f4dc589 commit 0fd4460
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: all production test docs clean

COMPOSE = "-compose"
$(shell docker$(COMPOSE) 2> /dev/null)
$(which shell && shell docker$(COMPOSE) 2> /dev/null)
ifneq ($(.SHELLSTATUS),0)
COMPOSE = " compose"
endif
Expand Down
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import sphinx_rtd_theme
from datetime import datetime

# -*- coding: utf-8 -*-
#
Expand Down Expand Up @@ -35,7 +36,7 @@

# General information about the project.
project = u'ElastAlert 2'
copyright = u'2014-2021, Yelp, et al'
copyright = str(datetime.now().year)

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
3 changes: 2 additions & 1 deletion docs/source/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
m2r2
m2r2
sphinx_rtd_theme

0 comments on commit 0fd4460

Please sign in to comment.