Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[BUG] Installing Salt for development docs out of date #58516
Comments
Thank you for submitting this issue, due to demands we likely will not get to this issue in the Magnesium release, so setting it for Aluminium. |
As an added note, that docs page has a section that will be updated to either include or point to a dedicated section around contributing to Salt documentation. I'm referring to this section: We are having an upcoming docs clinic where we are working to improve/update docs workflow for contributors, with this WIP PR being discussed in a different repo (via the Docs Working Group) before we eventually port to the official |
For generating the docs, with
|
Description
The documentation for Installing Salt for development feels like it's out of date https://docs.saltstack.com/en/latest/topics/development/hacking.html . One example is that it seems to indicate that Python2 should be used:
On Arch Linux, where Python 3 is the default installation of Python, use the virtualenv2 command instead of virtualenv.