imAsparky / django-tag-me

Django Tag Me... Tag a model, a field, user tags and more...
Other
1 stars 0 forks source link

docs(init): Add initial docs and config #24 #25

Closed imAsparky closed 11 months ago

imAsparky commented 11 months ago

Create the docs folder and sphinx project with separate source and build folders.

Split out requirements into docs/requirements and add include with -r in project requirements.

Add README to the index page.

Add .readthedocs.yaml file for doc builds.

Add initial config in conf.py.

Uses furo, copybutton and monokai pygments.

Includes intersphinx mapping to python and django.

closes #24