Skip to content

Conversation

@hXtreme
Copy link

@hXtreme hXtreme commented Jul 25, 2020

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

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
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant