Skip to content

Commit

Permalink
downgrade furo
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Sep 7, 2023
1 parent 172adc6 commit 728a60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .deployment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY package-lock.json /web/package-lock.json
RUN npm ci

# install Python specific requirements
RUN pip install django psycopg2-binary Pillow uWSGI docutils Sphinx sphinx-toolbox furo
RUN pip install django psycopg2-binary Pillow uWSGI docutils Sphinx sphinx-toolbox furo==2023.8.19
RUN pip install https://github.com/jrief/django-sphinx-view/archive/refs/heads/main.zip

# copy project relevant files into container
Expand Down

0 comments on commit 728a60d

Please sign in to comment.