ratt-ru / dask-ms

Implementation of a dask/xarray dataset backed by a CASA MS

Home Page:https://dask-ms.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pygments style is not respected in dask-ms documentation, leading to ugly lime green code block backgrounds

sjperkins opened this issue · comments

  • dask-ms version: 0.2.12
  • Python version: 3.8
  • Operating System: Ubuntu 20.04

Description

In docs/conf.py the following

pygments_style = "default"

results in the following documentation being rendered on dask-ms.readthedocs.io:

Screenshot 2022-09-22 131528

which differs from a local build :

Screenshot 2022-09-22 131744

I've done more digging than I'd care to around the subject, but it seems that the pygments.css file differs on readthedocs for some reason.