This library helps abstract vocabularies that stick to the SKOS specification.
More information about this library can be found in :file:`docs`. The docs can be built using Sphinx.
Please make sure you have installed Sphinx in the same environment where skosprovider is present.
# activate your virtual env
$ pip install sphinx
$ python setup.py develop
$ cd docs
$ make html