ConferenceScheduler icon indicating copy to clipboard operation
ConferenceScheduler copied to clipboard

Use autodoc for reference docs

Open meatballs opened this issue 8 years ago • 0 comments

At the moment, the reference docs are built locally (using a monkey patched autodoc function) and the resulting .rst files are placed in the main docs folder.

Once ReadTheDocs is able to support Python 3.6, we should remove that facility and use autodoc directly within the the docs.

https://github.com/rtfd/readthedocs.org/issues/2584

meatballs avatar May 15 '17 13:05 meatballs