The source code powering docs.allauth.org.
https://docs.allauth.org
|
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
|
||
|---|---|---|
| _static | ||
| _templates | ||
| _www | ||
| .dockerignore | ||
| .domains | ||
| .envrc | ||
| .gitignore | ||
| .woodpecker.yaml | ||
| conf.py | ||
| docker-compose.yml | ||
| Dockerfile | 1000||
| LICENSE | ||
| Makefile | ||
| README.org | ||
| < 1000 span class="truncate"> requirements.txt | ||
| shell.nix | ||
docs.allauth.org Web Site
This is the source code to the docs.allauth.org website.
Introduction
While the django-allauth repository contains buildable documentation using Sphinx, for the docs.allauth.org website we want to extend that with a uniform look and the ability to browse both the latest release as well as the development version.
For that purpose, this repository contains minimal scripting to:
- Clone the django-allauth source, and switch to the relevant branch.
- Add uniform theming, independent from what is inside the django-allauth source itself.
- Build a static version of the site (result:
public/)
Development
To build the documentation locally, run:
make build
For convenience, you can also serve the documentation built using:
make serve
Then, point your browser to http://localhost:8000