Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Use rtd config file with htmldir builder #493
Conversation
|
@JulienPalard I also made you a maintainer of the devguide in ReadTheDocs. |
|
LGTM with nits: Can you add a newline at end of file? |
This PR is a follow-up to #481 and the redirect issue in #483.
This adds the ReadTheDocs configuration file which is the preferred build method for RTD.
Unlike #481, this PR specifies that the sphinx builder should user
dirhtmlinstead of the defaulthtml. Reference in Sphinx docs@JulienPalard, would you mind doing the review on this? Happy to answer any specific questions about it. Thanks.