Re: Building Sphinx docs on Windows
Eric Fahlgren <[email protected]>
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <CAP2Qz+URe8z9eS46KQSdcYnQ0w9C3ZjvnvJ-wZ2RNargpkcV9w@mail.gmail.com> |
Oops. But I would (and do) as Dietmar suggests and avoid backslashes altogether, only ever use slash as a file separator. On Sun, Nov 12, 2017 at 12:24 PM, Eric Fahlgren <[email protected]> wrote: > Or make sure the doc strings are all raw strings: > > def thing(xyz): > r""" > c:\somewhere > """ > > On Sun, Nov 12, 2017 at 10:43 AM, Dietmar Schwertberger < > [email protected]> wrote: > >> On 11/12/2017 7:10 PM, Andrea Gavana wrote: >> >>> Which is kind of funny as the actual declaration is: >>> >>> .. |module_summary| image:: _static\images\sphinxdocs\module_summary.png >>> :align: middle >>> :width: 32px >>> >> >> With sphinx I'm using / as path separator, also on Windows. >> >> Maybe \\ would work, but using / is probably the best solution. >> >> >> Regards, >> >> Dietmar >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "wxPython-dev" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "wxPython-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.