diff --git a/doc/requirements.txt b/doc/requirements.txt index 933232f..10fe562 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,4 @@ sphinx-rtd-theme sphinxcontrib-httpdomain +sphinx-js git+https://github.com/NASA-AMMOS/AIT-Core.git#egg=ait-core diff --git a/pyproject.toml b/pyproject.toml index 514ff67..8f9638f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,4 +42,5 @@ ait-core = ">=2.3.0" sphinx = '>= 4.2' sphinx-rtd-theme = '*' sphinxcontrib-httpdomain = '*' +sphinx-js = '*' pre-commit = '*'