UCREL / pymusas

Python Multilingual Ucrel Semantic Analysis System
https://ucrel.github.io/pymusas/
Apache License 2.0
30 stars 12 forks source link

Add PyMUSAS version to the documentation site #21

Open apmoore1 opened 2 years ago

apmoore1 commented 2 years ago

Problem

At the moment the documentation site is update when it is update on the main GitHub branch. This will cause problems when we add functionality to the latest PyMUSAS version that is currently on the main GitHub branch and is ahead in terms of functionality of the latest version of PyMUSAS on PyPI.

Solution

To add versioning to the documentation site so that we have documentation that relates to both:

  1. The latest version of PyMUSAS on PyPI, and
  2. Documentation that relates to the latest version of PyMUSAS on the main GitHub branch.

This can be done using the versioning feature within docusaurus, the documentation website generator that we use.