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:
Stan Triepels
2022-10-13 01:38:24 +02:00
committed by GitHub
parent f698792f60
commit d32d3f5a09
18 changed files with 115 additions and 103 deletions
+7
View File
@@ -0,0 +1,7 @@
FROM sphinxdoc/sphinx
RUN mkdir -p /docs
WORKDIR /docs
COPY . .
RUN pip3 install -r requirements.txt
RUN make html