NGEET / fates-docs

Documentation source code for the FATES model
BSD 3-Clause "New" or "Revised" License
10 stars 14 forks source link

Inline literals don't seem to work #40

Closed glemieux closed 1 year ago

glemieux commented 1 year ago

In trying to update the crown damage pull request #35, I was attempting to add inline literal for formatting parameter variable names, but never seemed to be able to get it to work. Examples of the attempts can be found via https://github.com/NGEET/fates-docs/pull/35/commits/cf94de0a99102b8c6d4a136b0da5119f7f9ca729 and https://github.com/NGEET/fates-docs/pull/35/commits/4f014a4f1b9a91c8c334dbec91fc74736f852c51.

Note that this renders correctly on my local machine, but doesn't render in the readthedocs build for some reason. Weirdly, the literals render correctly in the reduced complexity table, but not elsewhere.

glemieux commented 1 year ago

Huh, weirdly they are working in the final published version from readthedocs. I'm not sure why they wouldn't show up in the check build from the pull request :thinking:.