Combine requirements-dev.txt and docs/requirements.txt #1118
Labels
bug
Impact - something is currently broken in Parsons and needs to be fixed
good first issue
These issues are great ones to start working on for Parsons newcomers!
Currently we have three requirements files, the standard one in requirements.txt, a requirements-dev.txt in the top level, and another requirements.txt in the docs folder. The latter has requirements for building docs, and requirements-dev.txt has requirements for testing and linting. There's no reason not to combine the latter two (probably makes sense to remove the requirements.txt in the docs folder).
When doing this, make sure to check our CI workflows - presumably this changes how the docs are automatically built, for instance. We also want to check any of our documentation, like the Contributing Guide, and update instructions there as well.
The text was updated successfully, but these errors were encountered: