You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Useful to add the link to the docs in the about section of the GitHub Code page.
Press the cog at the top right of the about section and tick the box about GitHub Pages links.
The text was updated successfully, but these errors were encountered:
Hi @onaish-dstl. Unfortunately there was an issue with the Docs build pipeline when we deployed for V2. We're aiming to fix this before the release of V3. As an interim measure, the docs can be built locally by cloning the repo, installing PrimAITE, and then calling make html.
Windows Powershell
git clone https://github.com/Autonomous-Resilient-Cyber-Defence/PrimAITE.git
cd PrimAITE
pip install -e .[dev]
cd docs
.\make.bat html
Unix
git clone https://github.com/Autonomous-Resilient-Cyber-Defence/PrimAITE.git
cd PrimAITE
pip install -e .[dev]
cd docs
make html
Describe the bug:
The interactive elements in the PrimAITE v2.0.0 docs are not rendering correctly, making the docs really hard to navigate.
To Reproduce:
Screenshots/Outputs
Initial View
Content after a lot of scrolling
Environment
Tried on both:
And:
with same results.
Additional Note:
Useful to add the link to the docs in the about section of the GitHub Code page.
Press the cog at the top right of the about section and tick the box about GitHub Pages links.
The text was updated successfully, but these errors were encountered: