-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Sphinx directives #35
Comments
restview internally uses docutils. Docutils doesn't support Please search Closing issue on restview for now. |
Yeah, it'd be nice if restview had an explicit --sphinx mode, but someone would have so submit a pull request, since I'm not likely to find time/energy to implement it myself. I myself am using https://pypi.python.org/pypi/livereload to preview Sphinx documents. |
@mgedmin if you can help me in design part for |
Sorry, I've no ideas about a possible design for this. |
I have sphinx-documentation for project which contains rst file which has links to all other document. This is achieved by "toctree" directive of sphinx.
If you run restview with such rst file which contains toctree directive, restview fails to render document.
It would be good to add support for toctree directive which will make all other rst document as hyperlinks.
I am using
Fedora 22
restview 2.4.0
Python 2.7
I would love to contribute on this feature.
The text was updated successfully, but these errors were encountered: