Skip to main content

django4-docs allows to serve Sphinx generated docs directly from Django.

This is a fork of django-docs and was updated to work with Django 4.

Dependencies

  • Python 2.7-3.6 for Django 1.8 - 1.11

  • Python 3.4-3.6 for Django 2.0 or higher

Credits

Installation

  1. Install django-docs package:

    pip install django-docs
  2. Add docs to INSTALLED_APPS in settings.py:

    INSTALLED_APPS = (
        ...
        'docs',
        ...
    )
  3. Add docs.urls to urls.py:

    urlpatterns = [
        ...
        url(r'^docs/', include('docs.urls')),
        ...
    ]
  4. Customize configuration:

    DOCS_ROOT = os.path.join(PROJECT_PATH, '../docs/_build/html')
    DOCS_ACCESS = 'staff'

Configuration

DOCS_ROOT (required)

Absolute path to the root directory of html docs generated by Sphinx (just like STATIC_ROOT / MEDIA_ROOT settings).

DOCS_ACCESS (optional)

Docs access level (public by default). Possible values:

  • public - (default) docs are visible to everyone

  • login_required - docs are visible only to authenticated users

  • staff - docs are visible only to staff users (user.is_staff == True)

  • superuser - docs are visible only to superusers (user.is_superuser == True)

Running the tests

Make sure to install test_requirements.txt first:

pip install -r test_requirements.txt
pip install -e .

You can run the tests with via:

python setup.py test

or:

python docs/tests/runtests.py

To run all tests against different versions of Django simply run:

tox

Running the example project

Make sure to install requirements.txt first:

virtualenv env
. env/bin/activate
pip install -r test_requirements.txt
pip install -e .

You can run the example project with via:

cd example
python manage.py migrate
python manage.py runserver

Screenshot

https://www.evernote.com/l/AHRVMNRZKLVPaoCgJouF_-Pz7rfeDzGF32sB/image.png

Release files for django4-docs 0.4.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django4-docs 0.4.0
File Size Uploaded
django4-docs-0.4.0.tar.gz 7.5 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for django4-docs 0.4.0
File Interpreter ABI Platform
django4_docs-0.4.0-py3-none-any.whl Python 3 none any Details

Total release size: 16.1 kB

Release files / django4-docs-0.4.0.tar.gz

Download URL django4-docs-0.4.0.tar.gz
Size 7.5 kB
Tags Source
SHA-256 checksum
How to use checksums
50c5ad723fc91b6c0f4af5d815640dfffb1d3902ed10772632206a2a80c53d05
BLAKE2b-256 checksum
How to use checksums
3022034f18ae11768b99dfff3cca7f25cb4fc752318fca6f7aaaece2c2aa9eb3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.4

Release files / django4_docs-0.4.0-py3-none-any.whl

Download URL django4_docs-0.4.0-py3-none-any.whl
Size 8.6 kB
Tags Python 3
SHA-256 checksum
How to use checksums
9df8e37dd0eb695ff9827e7aea105e9137abf66b8113a1ca962bd62800b7692a
BLAKE2b-256 checksum
How to use checksums
aae21039949660e41a513a715b6fe10722bbf5c7a78acfca339419b64adee323
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.0 CPython/3.10.4

Release history Release notifications | RSS feed

This release

0.4.0 This release

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page