Compare commits
No commits in common. "b72f3f3395093ef21632ae5b7f269b6922353c4c" and "bfd8619505b9447560704ccb76a43412ebd17471" have entirely different histories.
b72f3f3395
...
bfd8619505
3 changed files with 2 additions and 7 deletions
|
@ -13,7 +13,6 @@
|
|||
import os
|
||||
import sys
|
||||
import django
|
||||
from django.utils.version import get_docs_version
|
||||
sys.path.insert(0, os.path.abspath('..'))
|
||||
os.environ['DJANGO_SETTINGS_MODULE'] = 'mamweb.settings'
|
||||
django.setup()
|
||||
|
@ -74,8 +73,8 @@ html_static_path = ['_static']
|
|||
|
||||
# Provázání s jinými dokumentacemi
|
||||
intersphinx_mapping = {'python': ('https://docs.python.org/3', None),
|
||||
'django': (f'http://docs.djangoproject.com/en/{get_docs_version()}/',
|
||||
f'http://docs.djangoproject.com/en/{get_docs_version()}/_objects/'),}
|
||||
'django': ('http://docs.djangoproject.com/en/3.2/',
|
||||
'http://docs.djangoproject.com/en/3.2/_objects/'),}
|
||||
|
||||
# Generování tříd/funkcí/atributů v pořádí jak jsou naprogramované
|
||||
autodoc_member_order = "bysource"
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
.add-related, .delete-related, .change-related {
|
||||
display: none;
|
||||
}
|
|
@ -5,7 +5,6 @@
|
|||
<link rel="shortcut icon" href="{% static 'favicon.ico' %}" type="image/x-icon">
|
||||
<script src="{% static 'js/jquery-1.11.1.js' %}"></script>
|
||||
<link href="{% static 'css/rozliseni.css' %}?version=1" rel="stylesheet">
|
||||
<link href="{% static 'css/admin.css' %}?version=1" rel="stylesheet">
|
||||
{% endblock %}
|
||||
|
||||
{% block bodyclass %}{{ LOCAL_TEST_PROD }}web{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue