Open tcassanelli opened 5 years ago
I think it's likely to be a browser issue, I don't see this in your online docs (looking at it from firefox):
Totally separately run into a similar issue where an rst formatting was totally off for certain Safari versions (in a bulleted list the text were similarly overlapping with their bullets). I don't have a solution for that either as couldn't reproduce it in any of my browsers.
(Second guess would be some version mismatch between your local and RTD.)
@bsipocz thank you for your reply. My bad that I didn't check with other browsers. I was just curious because in an older version of my docs this didn't happen.
This seemed to have happened once I updated astropy_helpers
to a newer version.
What do you mean with
(Second guess would be some version mismatch between your local and RTD.)
Just for the record, I'm moving this issue to sphinx-automodapi since we should discuss it there.
aren't the overlapping issues resolved by switching to the pydata-sphinx-theme?
I don't remember any mention of overlapping issue when we did pydata-sphinx-theme transition in astropy
. Even if we did, probably won't fix pyoof
?
I see overlapping menus in astroquery (that should have been an issue for astropy, too), but I'm certain that switching the theme will solve it. But I haven't seen this overlapping descriptions anywhere.
I'm using the current
master
branch of the astropy package template to build docs in my packagepyoof
. Everything works fine in the offline version, but when the online version builds there is text that overlaps in the APIautomodapi
.Offline
Online
I tried several options from the
sphinx-automodapi
, e.g.but again, it builds fine offline (
python setup.py build_docs
) but online it does not. Perhaps it is something else that I need to fix this problem? maybe inconf.py
file? My packagepyoof
docs are here and the they are hosted in readthedocs.