mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-16 05:57:53 +08:00
* Update django docs links to 4.0 * Update Django Q to Django Q2 * Use different theme to make difference more clear between the original and this forked one * Added info notice about this fork * Some small layout/typo fixes
8 lines
116 B
Docker
8 lines
116 B
Docker
FROM sphinxdoc/sphinx
|
|
|
|
RUN mkdir -p /docs
|
|
WORKDIR /docs
|
|
COPY . .
|
|
RUN pip3 install -r requirements.txt
|
|
RUN make html
|