krassowski / easy-entrez

Retrieve PubMed articles, text-mining annotations, or molecular data from >35 Entrez databases via easy to use Python package - built on top of Entrez E-utilities API.
https://easy-entrez.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
69 stars 6 forks source link

Adding `requirements.docs.txt` #32

Closed jamesbraza closed 1 year ago

jamesbraza commented 1 year ago

Making it clear what packages are necessary to locally build docs/ from the repo root:

sphinx-build docs docs/_build
open docs/_build/index.html
krassowski commented 1 year ago

Or should we just add pip install easy-entrez[docs] in a new contributing section?

jamesbraza commented 1 year ago

Closing in favor of https://github.com/krassowski/easy-entrez/pull/35 and the docs extra