doc: Drop DJANGO_SETTINGS_MODULE environment

... because django is not relevant.

Change-Id: I4bc281e492e0f631398046b420174ba0f8b4cd46
This commit is contained in:
Takashi Kajinami 2023-12-18 21:05:52 +09:00
parent 898b8c7287
commit fdde6afa94
1 changed files with 0 additions and 3 deletions

View File

@ -12,9 +12,6 @@
import os
# This is required for ReadTheDocs.org, but isn't a bad idea anyway.
os.environ['DJANGO_SETTINGS_MODULE'] = 'openstack_dashboard.settings'
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.