openedx / edx-cookiecutters

Open edx public templates for apps, libraries and services.
Apache License 2.0
25 stars 21 forks source link

fix: Pip install this project in the python environment. #420

Closed feanil closed 7 months ago

feanil commented 7 months ago

Since this example of the .readthedocs.yaml is in the python-template cookiecutter, every repo that uses it will have a setup.py and will be pip-installabale. So we should have it install it in the docs build environment by default to make auto documenting the code easier by default.