You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running "make check", I get this error:
> mkdocs build -s
INFO - Cleaning site directory
INFO - Building documentation to directory:
/home/vdumitre/projects/dependenpy/site
Package(s) not found: atomicwrites, cached-property, typed-ast
INFO - The following pages exist in the docs directory, but are not
included in the "nav" configuration:
- usage.md
ERROR - Error reading page 'reference/__init__.md': No module named
'mkdocstrings.handlers.python'
To Reproduce
Steps to reproduce the behavior:
Run make check
See error
System (please complete the following information):
Dependenpy version: 3.3.1.dev11
Python version: 3.8
OS: Linux
The text was updated successfully, but these errors were encountered:
Describe the bug
When running "make check", I get this error:
To Reproduce
Steps to reproduce the behavior:
make check
System (please complete the following information):
Dependenpy
version: 3.3.1.dev11The text was updated successfully, but these errors were encountered: