useblocks / sphinx-collections

Integrates different sources into one Sphinx project.
https://sphinx-collections.readthedocs.io/en/latest/
MIT License
18 stars 8 forks source link

Typo in README pip installation instructions. #27

Open gweesip opened 1 week ago

gweesip commented 1 week ago

Installation instructions in the readme

pip install sphinx-collection

which fails with:

ERROR: Could not find a version that satisfies the requirement sphinx-collection (from versions: none)
ERROR: No matching distribution found for sphinx-collection

should read

pip install sphinx-collections