Skip to content

Commit 2b620db

Browse files
committed
Updated ChangeLog
1 parent f3714e6 commit 2b620db

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

ChangeLog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11

22
## Changes Between 2.10.0 and 3.0.0 (unreleased)
33

4+
### Migration to clj-commons
5+
6+
Project was migrated to clj-commons org and new source is [clj-commons/metrics-clojure](https://github.com/clj-commons/metrics-clojure/)
7+
Added ORIGINATOR and CODEOWNERS files.
8+
9+
### Dockerfile for documentation build
10+
11+
Added a Dockerfile using sphinx image so documentation can be built without having sphinx locally.
12+
413

514
### Riemann Client updated
615

docs/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ FROM ${SPHINX_IMAGE}:${SPHINX_TAG}
1515
WORKDIR /docs
1616
COPY . /docs
1717

18+
# Documentation is generated in build dir
1819
VOLUME [ "/docs/build" ]
1920

21+
# Entrypoint is the makefile run with --entrypoint bash to change
2022
ENTRYPOINT [ "make" ]
23+
# By default we run the html make target. Use help to see full list.
2124
CMD [ "html" ]
2225

0 commit comments

Comments
 (0)