Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing documentation #3409

Open
techietubby opened this issue Oct 25, 2024 · 1 comment
Open

Missing documentation #3409

techietubby opened this issue Oct 25, 2024 · 1 comment

Comments

@techietubby
Copy link

techietubby commented Oct 25, 2024

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.

# 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

@techietubby
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant