mirror of
https://github.com/braillerap/BrailleRap.git
synced 2025-06-08 01:49:59 +02:00
typo
This commit is contained in:
parent
de6abdc370
commit
5ab797c1ab
@ -12,11 +12,6 @@ sys.path.insert(0, os.path.abspath('..'))
|
||||
sys.path.append(os.path.dirname(__file__))
|
||||
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "readthedocs.settings.dev")
|
||||
|
||||
from django.conf import settings
|
||||
from django.utils import timezone
|
||||
|
||||
import django
|
||||
django.setup()
|
||||
|
||||
|
||||
sys.path.append(os.path.abspath('_ext'))
|
||||
@ -24,7 +19,6 @@ extensions = [
|
||||
'sphinx.ext.autodoc',
|
||||
'sphinx.ext.intersphinx',
|
||||
'sphinxcontrib.httpdomain',
|
||||
'djangodocs',
|
||||
'doc_extensions',
|
||||
]
|
||||
templates_path = ['_templates']
|
||||
|
Loading…
x
Reference in New Issue
Block a user