You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2022. It is now read-only.
I basically re-wrote the complete rtd-build cli.
Here is a current backlog of open tasks:
running build inside a virtualenvsearch_data
directory)support for virtualenv's--system-site-packages
support for requirements.txtpython setup.py install
sphinx_rtd_theme
mkdocs support.doctree
files from outputAll implemented things are tested very well. Tests can be run with
tox
. Instructions in the README have been updated.To run a quick sample of the builder, do:
cd integration_tests/minimal_project/ rtd-build
This will output the rendered docs in
_readthedocs_build/docs/html/
.Currently we support the following config options in
readthedocs.yml
:Continued from #6
The text was updated successfully, but these errors were encountered: