AssessingSolar / unofficial-psm3-userguide

https://assessingsolar.github.io/unofficial-psm3-userguide
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Fix sphinx syntax highlighting #6

Closed kandersolar closed 1 year ago

kandersolar commented 1 year ago

The sphinx build is full of warnings like WARNING: Pygments lexer name 'ipython3' is not known and syntax highlighting is not working in the built HTML. Installing ipython is the fix, per https://nbsphinx.readthedocs.io/en/0.8.9/installation.html#Pygments-Lexer-for-Syntax-Highlighting

AdamRJensen commented 1 year ago

@kanderso-nrel I see that you added a .readthedocs.yml configuration file - I thought we agreed not to use readthedocs going forward (when our paid period expires)?

kandersolar commented 1 year ago

Indeed, but I could not abide the failing CI check in the meantime :P

Feel free to remove it from this PR if you'd rather it not get merged!