-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
weird cascading references in docs #303
Comments
@jGaboardi The issue should be related to sphinx and sphinxcontrib-bibtex which is used for BibTeX style citations with Sphinx. I installed an older version of sphinx (V4.2.0) and reran the doc generation - the cascading disappeared. Not sure how to fix the cascading when newer versions of sphinx are used though. |
Good catch, @weikang9009! Can confirm that |
In the References section of the
spopt
doc site, when a reference occupies a single line the subsequent reference is indented. This leads to a cascading effect that is only broken when a reference is more than one line long. I have not been able to determine why this is happening or a solution for it, but my hypothesis is that it has something to do with a setting inpysal-styles.css
. An example of this can be seen in the References section of thespopt
doc site, and from the screenshot below:Another example can be seen in the
spaghetti
docs. Any assistance on debugging this would be greatly appreciated. I have tried searching SO and the like, but I don't seem to be using the correct search terms...@weikang9009 @knaaptime @sjsrey
The text was updated successfully, but these errors were encountered: