We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
readthedocs
There are some inconsistencies between RTD and Circle builds. For example:
In particular, note blocks are classed differently. The RTD docs class things as admonition while the CircleCI docs class things as alert
admonition
alert
I think this is related to the pydata bootstrap theme re-classing (https://github.com/pandas-dev/pydata-bootstrap-sphinx-theme/blob/master/pandas_sphinx_theme/bootstrap_html_translator.py#L44). This is code that replaces common Sphinx classes with the respective bootstrap classes so that the CSS shows up.
For some reason, this replacement happens in CircleCI, but not in readthedocs...
The text was updated successfully, but these errors were encountered:
also opened up pydata/pydata-sphinx-theme#94 to track this
Sorry, something went wrong.
ah this might be our problem: pydata/pydata-sphinx-theme#94 (comment)
opened up readthedocs/readthedocs.org#6690 to discuss
I believe that pydata/pydata-sphinx-theme#95 will fix our problem, let's find out once it's merged
I believe that pandas-dev/pydata-bootstrap-sphinx-theme#95 will fix our problem, let's find out once it's merged
Yep that did it 😄
choldgraf
No branches or pull requests
There are some inconsistencies between RTD and Circle builds. For example:
In particular, note blocks are classed differently. The RTD docs class things as
admonition
while the CircleCI docs class things asalert
I think this is related to the pydata bootstrap theme re-classing (https://github.com/pandas-dev/pydata-bootstrap-sphinx-theme/blob/master/pandas_sphinx_theme/bootstrap_html_translator.py#L44). This is code that replaces common Sphinx classes with the respective bootstrap classes so that the CSS shows up.
For some reason, this replacement happens in CircleCI, but not in readthedocs...
The text was updated successfully, but these errors were encountered: