cookiecutter-pypackage icon indicating copy to clipboard operation
cookiecutter-pypackage copied to clipboard

Add pyYAML to requirements_dev.txt

Open hXtreme opened this issue 3 years ago • 0 comments

make servedocs needs pyYAML, without pyYAML we get the following:

The HTML pages are in _build/html.
make[1]: Leaving directory '/home/hpar/Documents/tasks3/docs'
python -c "$BROWSER_PYSCRIPT" docs/_build/html/index.html
watchmedo shell-command -p '*.rst' -c 'make -C docs html' -R -D .
Traceback (most recent call last):
  File "/home/hpar/Documents/tasks3/env/bin/watchmedo", line 5, in <module>
    from watchdog.watchmedo import main
  File "/home/hpar/Documents/tasks3/env/lib/python3.8/site-packages/watchdog/watchmedo.py", line 27, in <module>
    import yaml
ModuleNotFoundError: No module named 'yaml'
make: *** [Makefile:74: servedocs] Error 1

hXtreme avatar Jul 25 '20 04:07 hXtreme