ome / omero-py

Python project containing Ice remoting code for OMERO
https://www.openmicroscopy.org/omero
GNU General Public License v2.0
22 stars 32 forks source link

config: Escape quotes in `Default:` section #185

Closed joshmoore closed 4 years ago

joshmoore commented 4 years ago

At some point, sphinx started converting quotes to smartquotes by default. This attempts to escape them only as necessary where users will copy and paste values. It may be necessary, however, to disable them globally.

see:

mtbc commented 4 years ago

Also see https://trello.com/c/OPOGgvps/503-in-options-renders-badly, this might help.

joshmoore commented 4 years ago

Cheers.