Skip to content

raytraylor/pegasus-docs

 
 

Repository files navigation

Pegasus Documentation

Documentation for SaaS Pegasus: the Django SaaS Boilerplate.

The latest docs can be found at docs.saaspegasus.com.

This project uses Sphinx.

Installation

Install using your favorite version from Sphinx's options.

The maintainer uses the pip version via pip install -r requirements.txt

Building Docs

To build docs run make html.

Viewing docs locally

You can use sphinx-autobuild to serve your docs locally and watch for changes:

sphinx-autobuild . _build/html/

The docs should now be visible at http://localhost:8000.

Deployment

Deployment is handled by Netlify. The latest main branch is automatically deployed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.4%
  • Makefile 8.3%
  • HTML 3.3%