shebang line is removed from generated conf.py (refs: #4385)

This commit is contained in:
Takeshi KOMIYA 2018-01-13 21:00:13 +09:00
parent 70d0a7bc3d
commit fa51a637a8
2 changed files with 1 additions and 3 deletions

View File

@ -21,6 +21,7 @@ Incompatible changes
* #4389: output directory will be created after loading extensions
* autodoc does not generate warnings messages to the generated document even if
:confval:`keep_warnings` is True. They are only emitted to stderr.
* shebang line is removed from generated conf.py
Deprecated
----------

View File

@ -1,6 +1,3 @@
{% if PY3 -%}
#!/usr/bin/env python3
{% endif -%}
# -*- coding: utf-8 -*-
#
# {{ project }} documentation build configuration file, created by