Filip de Waard schrieb: > The default site Sphinx uses is rfc.net <http://rfc.net>, but that site > is giving a timeout error right now. I'm not sure how long it has been > down and/or if its just temporary, but decided to use ietf.org > <http://ietf.org> to link to instead. I'm using Python's string > formatting to insert the RFC number into the default base URL (allowing > for more flexibility in regard to sites with different URI structures). > > I haven't had a look at the in-depth mechanics of the code yet, but > wrote a quick hack that fixes this for me and attached it to this > message as a diff.
Thanks for the note! Since the RFCs also can be accessed like http://tools.ietf.org/html/rfc350.html it sufficed to set a new base_url in environment.py, which I've now done. Thanks, Georg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
