sopherapps / pydantic-redis

A simple Declarative ORM for Redis using pydantic Models
https://sopherapps.github.io/pydantic-redis
MIT License
39 stars 14 forks source link

Fix error with the reference docs not being rendered #31

Closed Tinitto closed 2 months ago

Tinitto commented 2 months ago

Why

The reference docs were not showing up in the docs site Fixes #32

What was Done

How to Test

git clone git@github.com:sopherapps/pydantic-redis.git
cd pydantic-redis
python -m venv env
source env/bin/activate
mkdocs serve