TexasInstruments / processor-sdk-doc

Processor SDK (PSDK) documentation source
https://software-dl.ti.com/processor-sdk-linux/esd/AM62X/latest/exports/docs/devices/AM62X/index.html
Creative Commons Attribution Share Alike 4.0 International
6 stars 19 forks source link

style(conf): enable sphinx-copybutton #30

Closed cshilwant closed 3 weeks ago

cshilwant commented 3 weeks ago

Add sphinx-copybutton, a small sphinx extension to add a "copy" button to code blocks.

Fixes https://github.com/TexasInstruments/processor-sdk-doc/issues/25

cshilwant commented 3 weeks ago

@StaticRocket I see the docker.yml will get triggered once we integrate this PR but what if a requirement added by developer in requirements.txt doesn't exist or a typo that get's missed out?

Should there be a workflow to just build the docker image if there's a change in requirements.txt or docker/* ?

cshilwant commented 3 weeks ago

image

Sample preview with this commit

StaticRocket commented 3 weeks ago

@StaticRocket I see the docker.yml will get triggered once we integrate this PR but what if a requirement added by developer in requirements.txt doesn't exist or a typo that get's missed out?

Should there be a workflow to just build the docker image if there's a change in requirements.txt or docker/* ?

I mean, I can add one pretty quickly if we really want to check everything automatically.

StaticRocket commented 3 weeks ago

Nitpick: Extension ordering should prioritize native extensions before listing externals.

cshilwant commented 3 weeks ago

Nitpick: Extension ordering should prioritize native extensions before listing externals.

@StaticRocket Updated the PR!