Closed jamesbraza closed 1 year ago
Making it clear what packages are necessary to locally build docs/ from the repo root:
docs/
sphinx-build docs docs/_build open docs/_build/index.html
Or should we just add pip install easy-entrez[docs] in a new contributing section?
pip install easy-entrez[docs]
Closing in favor of https://github.com/krassowski/easy-entrez/pull/35 and the docs extra
docs
Making it clear what packages are necessary to locally build
docs/
from the repo root: