xxks-kkk / sphinxcontrib-pseudocode

A sphinx-doc extension that allows you to write LaTeX algorithm directly inside sphinx-doc
Other
10 stars 3 forks source link

How does this work with make Latex? #15

Open plooney opened 2 years ago

plooney commented 2 years ago

HTML rendering is looking good but when I run

make latex

it throws an error

File "/usr/local/lib/python3.8/dist-packages/sphinx/writers/latex.py", line 2083, in unknown_visit raise NotImplementedError('Unknown node: ' + node.class.name) NotImplementedError: Unknown node: pseudocode

xxks-kkk commented 2 years ago

Right now, this extension doesn't support mate latex (i.e., only make html is supported).