justinmayer / virtualfish

Fish shell tool for managing Python virtual environments
MIT License
1.06k stars 100 forks source link

Running `vf --help` returns a docs URL that doesn't 404s #186

Closed alexwlchan closed 4 years ago

alexwlchan commented 4 years ago

Issue

Running vf help includes a link to the main documentation:

$ vf --help
VirtualFish 2.3.0

[… output truncated …]

For full documentation, see: https://virtualfish.readthedocs.org/en/2.3.0/

If I visit https://virtualfish.readthedocs.org/en/2.3.0/, I get an error page: “Maze Found: Sorry, this page does not exist yet”. The readthedocs.io site (linked from the README) works for me.

I’d submit a patch, but I’m not sure if (1) the URL is meant to work and this is an RTD error or (2) the URL has changed and needs to be updated in the help message.

justinmayer commented 4 years ago

Thanks for the heads-up, Alex. I manually activated that version, so that URL should now resolve properly.

I wish the ReadTheDocs and GitHub integration were more reliable — it's a constant source of frustration. In this case, new release versions were not being activated (for reasons that are still unclear), so I went to Admin > Automation Rules and created a rule that should activate new versions automatically upon release. Hopefully that will prevent this problem in the future.