Skip to content

Instantly share code, notes, and snippets.

@pavellishin
Created March 6, 2012 15:03
Show Gist options
  • Save pavellishin/1986703 to your computer and use it in GitHub Desktop.
Save pavellishin/1986703 to your computer and use it in GitHub Desktop.
rst2html.py trying to htmlize symfony2 docs
[2012-03-06 10:03:09] pavel@addison:~/Documents/netomat/symfony-docs
# rst2html.py index.rst
index.rst:7: (ERROR/3) Unknown interpreted text role "doc".
index.rst:9: (ERROR/3) Unknown directive type "toctree".
.. toctree::
:hidden:
quick_tour/index
index.rst:14: (ERROR/3) Unknown interpreted text role "doc".
index.rst:15: (ERROR/3) Unknown interpreted text role "doc".
index.rst:16: (ERROR/3) Unknown interpreted text role "doc".
index.rst:17: (ERROR/3) Unknown interpreted text role "doc".
index.rst:24: (ERROR/3) Unknown directive type "toctree".
.. toctree::
:hidden:
book/index
index.rst:29: (SEVERE/4) Problems with "include" directive path:
IOError: [Errno 2] No such file or directory: '/book/map.rst.inc'.
Exiting due to level-4 (SEVERE) system message.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment