Python scripts for DSpace administration.
pipenv
pyenv local 3.8.8 pip install pipenv
pipenv shell pipenv lock --pre pipenv install --dev
pipenv run sphinx-build -b html source build/html
or
make html