Skip to content

Commit

Permalink
Adding back missing manual.
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed May 5, 2021
1 parent fecc748 commit a517c9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ HEAD (unreleased)
End-User Summary
================

- Adding back missing manual.
- Fixing undefined variable bug.
- Fixing result rows not colored anymore.
- Fixing double CSS import.
Expand All @@ -18,6 +19,7 @@ Full Change List

- Fixing problem with ``PROJECTROLES_ADMIN_OWNER`` being set to ``admin`` default but the system user being ``root`` in the prebuilt databases.
The value now defaults to ``root``.
- Adding back missing manual in Docker image.
- Fixing problem with "stopwords" corpus of ``nltk`` not being present.
This is now downloaded when building the Docker image.
- Fixing undefined variable bug.
Expand Down
4 changes: 4 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ RUN cd /usr/src/app && \
pip install --no-cache-dir -r requirements/local.txt && \
python -m nltk.downloader stopwords

# Build sphinx manual.
RUN cd /usr/src/app/docs_manual && \
make clean html

# Install miniconda3 and setup environment for annotation, required for Kiosk.
RUN ["/bin/bash","-c", "cd /tmp && \
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh && \
Expand Down

0 comments on commit a517c9d

Please sign in to comment.