AlertaDengue / PySUS

Library to download, clean and analyze openly available datasets from Brazilian Universal health system, SUS.
GNU General Public License v3.0
173 stars 68 forks source link

171 docs not building on readthedocs #172

Closed fccoelho closed 9 months ago

fccoelho commented 9 months ago

It's now building locally.

esloch commented 9 months ago

@fccoelho, your PR looks good, except for the path to _static, which is not finding the directory. Other than that, the Conda environment is working well, both for the dev environment using Makefile targets and for installing PySUS directly from PyPI in the conda env:

conda create -n pysus python=3.11.0
conda activate pysus
pip install pysus

Please merge my working branch into this PR.

github-actions[bot] commented 9 months ago

:tada: This PR is included in version 0.11.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: