mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-24 03:48:11 +08:00
Docs updates (#6)
* 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
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM sphinxdoc/sphinx
|
||||
|
||||
RUN mkdir -p /docs
|
||||
WORKDIR /docs
|
||||
COPY . .
|
||||
RUN pip3 install -r requirements.txt
|
||||
RUN make html
|
||||
Reference in New Issue
Block a user