hypermodern-python icon indicating copy to clipboard operation
hypermodern-python copied to clipboard

Reference page doesn't work on ReadTheDocs

Open john-ingles opened this issue 3 years ago • 0 comments

The reference page relies on the automodule directive. My guess is that readthedocs needs to install the module to be able to use this. Because readthedocs doesn't use poetry, the only way I see to do this is to upload the package to PyPI and include it in the .readthedocs.yml file.

hypermodern_python==1.0.0

john-ingles avatar Jul 04 '22 19:07 john-ingles