Certain modules are missing from 'requirements-dev.txt' that are required to build the docs...
Sphinx
recommonmark
sphinx-autodoc-typehints
sphinx-rtd-theme
To Reproduce
Steps to reproduce the behavior:
- Make a fresh pip/conda environment
- Install requirementsfrom 'requirements-dev.txt'
- Try to build docs (cd docs -> make html)
- Fails due to missing modules
Expected behavior
'requirements-dev.txt' should contain all modules required for development
Additional Context
These modules are listed in the docs/requirements.txt but this is not immediately obvious to new developers