mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add warning for unusual chars in filenames. Closes #1199
This commit is contained in:
parent
2f18f710f7
commit
88c72be190
@ -194,6 +194,16 @@ The special document names (and pages generated for them) are:
|
||||
documents or document-containing directories with such names. (Using ``_`` as
|
||||
a prefix for a custom template directory is fine.)
|
||||
|
||||
.. warning::
|
||||
|
||||
Be careful with unusual characters in filenames. Some formats may interpret
|
||||
these characters in unexpected ways:
|
||||
|
||||
* Do not user the colon ``:`` for HTML based formats. Links to other parts
|
||||
may not work.
|
||||
|
||||
* Do not use the plus ``+`` for the ePub format. Some resources may not be
|
||||
found.
|
||||
|
||||
.. rubric:: Footnotes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user