Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove sphinx dependency #9

Closed
samvasko opened this issue Mar 4, 2020 · 2 comments
Closed

Remove sphinx dependency #9

samvasko opened this issue Mar 4, 2020 · 2 comments

Comments

@samvasko
Copy link

samvasko commented Mar 4, 2020

Due to following line in setup.py

install_requires=['sphinx_rtd_theme']

Whole of sphinx and bunch of other packages are pulled in for installation. The sphinx certainly feels like a dev dependency.

@rhjdjong
Copy link
Owner

rhjdjong commented Mar 4, 2020

Thanks for reporting this. You are correct, this is not needed to just use the library.
I only work on this in my spare time, but I will try to fix this a.s.a.p.

@samvasko
Copy link
Author

samvasko commented Mar 5, 2020

nice. thank you and great work on this package!

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 a pull request may close this issue.

2 participants