Open techietubby opened 1 month ago
When I click the Documentation button I get a not found error message
Click the Documentation button.
I have managed to pip install sphinx sphinx_rtd_theme on a Rocky box but this makes no difference and you get the same error.
The documentation to be displayed.
I get a not found error. If I try to install sphinx_rtd_theme via pip Ubuntu blocks it and apt install says not found.
# make webdocs .... Theme error: An error happened in rendering the page contributing/content_scoring. Reason: UndefinedError("'style' is undefined") make[1]: *** [Makefile.sphinx:24: html] Error 2 make[1]: Leaving directory '/code/galaxy/docs/docsite' make: *** [Makefile:38: htmldocs] Error 2
I managed to get this working on Ubuntu 20 by running: apt install python-sphinx The problem is that there is no documentation related to installing collections and how to use the Django console.
Bug Report
SUMMARY
When I click the Documentation button I get a not found error message
STEPS TO REPRODUCE
Click the Documentation button.
I have managed to pip install sphinx sphinx_rtd_theme on a Rocky box but this makes no difference and you get the same error.
EXPECTED RESULTS
The documentation to be displayed.
ACTUAL RESULTS
I get a not found error. If I try to install sphinx_rtd_theme via pip Ubuntu blocks it and apt install says not found.