timothycrosley / portray

Your Project with Great Documentation.
MIT License
860 stars 72 forks source link

Fix: resolve absolute path for theme.custom_dir #74

Closed KyleKing closed 3 years ago

KyleKing commented 3 years ago

fix: #65

Resolve the full path to a custom theme directory. Fixes the issue that specifying a relative path would cause the configuration to fail

The code changes are covered with hypothesis testing. Let me know if you want me to make any edits or add new tests, etc.

timothycrosley commented 3 years ago

This is great, thank you for fixing this!