Matt McKay
Matt McKay
@jstac this PR needs an editorial review to see if we want to remove the figures. When you have a chance would you mind to review?
thanks @longye-tian this will be a big help. We can work on updating `sphinx-proof` styles. Are you familiar with any `html`/`css`? If you are we could link up and I...
thanks @longye-tian. This is what the current styling is. @jstac I propose that `sphinx-proof` adopts just a thin colour bar on the `left hand side` of the block. Any thoughts...
@jstac is this closer to what you're thinking? I will see if I can match the icon colour to the line colour as well. I have setup https://github.com/executablebooks/sphinx-proof/pull/106 to do...
- [x] will merge once https://github.com/executablebooks/sphinx-proof/pull/106 is merged and released - [x] update config to include `proof_minimal_theme: True`
- [x] test improvements to `sphinx-proof` package
@DrDrij can I get your advise here. I have just updated `sphinx-proof` with new styling around the `sphinx-proof` admonitions, however it looks like `quantecon-book-theme` is overriding the title style with...
thanks @DrDrij so this is what we have in `sphinx-proof` ``` /********************************************* * Remark * *********************************************/ div.remark { border-color: var(--remark-border-color); background-color: none; } div.remark p.admonition-title { background-color: transparent; } ```...
@DrDrij my target is to get no background colour -- as a `minimal` theme supplied by `sphinx-proof`. I used `transparent` so it would match the background colour of the page...
@DrDrij I made the suggested change in https://github.com/executablebooks/sphinx-proof/pull/109 but it is still showing the blue background from `quantecon-book-theme`. Not sure how to override that style.