mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
shebang line is removed from generated conf.py (refs: #4385)
This commit is contained in:
parent
70d0a7bc3d
commit
fa51a637a8
1
CHANGES
1
CHANGES
@ -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
|
||||
----------
|
||||
|
@ -1,6 +1,3 @@
|
||||
{% if PY3 -%}
|
||||
#!/usr/bin/env python3
|
||||
{% endif -%}
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# {{ project }} documentation build configuration file, created by
|
||||
|
Loading…
Reference in New Issue
Block a user