You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use include directive in my main.rst file, I got the issue:
Oops! Somethings is Wrong.
input encoding is "unicode" but input is not a unicode object
.. include:: Secton1.rst
When I change the the included filename or change the content of the file, nothing changed. When I delete this include directive line, it returns fine again.
env:
macos: 10.12.3
python: 2.7.12
vim: 8.0.13
InstantRST: 0.9.8
riv: 0.791
The text was updated successfully, but these errors were encountered:
When I use include directive in my main.rst file, I got the issue:
.. include:: Secton1.rst
When I change the the included filename or change the content of the file, nothing changed. When I delete this include directive line, it returns fine again.
env:
The text was updated successfully, but these errors were encountered: