spacetelescope / drizzlepac

AstroDrizzle for HST images.
https://drizzlepac.readthedocs.io
BSD 3-Clause "New" or "Revised" License
51 stars 38 forks source link

Missing colons before datatypes in variable names in docs #377

Closed yotam-stsci closed 5 years ago

yotam-stsci commented 5 years ago

Very minor issue: All the variable names in the docs for the primary user interface (https://drizzlepac.readthedocs.io/en/latest/astrodrizzle.html) are missing a colon and some spaces between the variable name and datatype (e.g. "outputstr should be output : str"). This issue was not present in the deployment version.

mcara commented 5 years ago

It may be a minor issue but very annoying. It looks like this is caused by using sphinx version 2.0.0 and higher. I will specify in the requirements to use sphinx<=1.8.5 using which the documentation seems to be rendered correctly.

mcara commented 5 years ago

Solved via #378