NREL / resstock

Highly granular modeling of residential building stocks at national, regional, and local scales using OpenStudio/EnergyPlus.
https://resstock.nrel.gov
Other
103 stars 51 forks source link

Add changlog package to requirements.txt #1262

Closed afontani closed 1 week ago

afontani commented 1 week ago

Pull Request Description

The changlog on read-the-docs stopped rendering. The text exists in the changelog *.rst files, but read-the-docs was not rendering the changelog. I built the docs locally and this error showed up, but did not cause the docs build to fail.

Extension error:
Could not import extension changelog (exception: No module named 'changelog')
Sphinx exited with exit code: 2

Looking at BuildStock-Batch, I saw that "changelog" was in the setup.py. I did not see the package "changelog" in the requirements.txt.

When I added the "changelog" package to the requirements.txt, the docs rendered locally for me on a mac.

Checklist

Not all may apply: