ansible / galaxy

Legacy Galaxy still available as read-only on https://old-galaxy.ansible.com - looking for the new galaxy -> https://github.com/ansible/galaxy_ng
Apache License 2.0
855 stars 331 forks source link

Missing documentation #3409

Open techietubby opened 1 month ago

techietubby commented 1 month ago

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 commented 1 month ago

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.