Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/readthedocs/sphinx_rtd_theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 5a7757b..0000000
--- a/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-SHELL := /bin/bash
-CWD := $(shell cd -P -- '$(shell dirname -- "$0")' && pwd -P)
-
-docker-images:
- docker-compose build
-
-docker-run:
- docker-compose run sphinx_rtd_theme $(command)
-
-docker-copy-assets:
- docker cp "$(shell cat .container_id):/project/sphinx_rtd_theme" .
- docker cp "$(shell cat .container_id):/project/package-lock.json" .