-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Pandoc support #4987
Comments
Hi @SilleBille! Read the Docs currently achieve 2 -- generate HTML from Markdown. Also, Sphinx -- the builder that RTD uses -- has the ability to generate man pages but we are not doing that currently. Although, there is an issue already open for that #4458 Would it be enough for you to enable man page generation for Sphinx builder? |
@humitos thanks for the reply! To summarize my needs with a simplified diagram:
I want to keep the pipeline as simplified as possible. To answer your question, though |
Thanks for the explanation. I think this is a very fair feature request considering that we support I don't have too much experience with I marked this issue as
Currently, we are not generating man pages. So, I'd say that it's not supported. The discussion for this will happen in #4458 |
@humitos Thanks for an optimistic reply. The main concern for me is that I don't want my team to follow different formats to write down the documentation. I want them to follow consistent formatting across all the docs they write. |
I'm assuming that we won't implement this at a Read the Docs level as another builder for the documentation. Instead, we will probably put more effort on allowing #1083, so the user can build the documentation using the custom workflow needed and then upload the docs already built. |
I'm going to close this issue since it's not going to happen soon, unfortunately. We can revisit later if we consider valuable to add another builder. Thanks! |
Adding a link here because I found this issue before the relevant, older one, but it looks like readthedocs has pandoc support already: #579 (comment). Sphinx uses a conf.py, which "itself can be an extension; for that, you only need to provide a If you need a different version of pandoc binaries, you can specify it in your readthedocs.yml. |
Details
Expected Result
This request may be turned down. But, giving my shot
I'm pretty new to readthedocs and I was impressed by the features. Thanks for this awesome project!
While researching, I came across
pandoc
which isn't supported byreadthedocs
(or at least, I don't find it in the tutorial).I am trying to achieve the following:
A set of markdown files that:
a. is generated in the form of linux
man
pagesb. is generated into HTML
With the help of
pandoc
, I'm able to achieve the above 2. However, I am not able to host it onreadthedocs
. Is there a possiblity to add support forpandoc
?Actual Result
No way to build with pandoc and deploy to readthedocs
The text was updated successfully, but these errors were encountered: