Open LuciusMos opened 2 years ago
@LuciusMos Thanks for the kind words. There are two ways to troubleshoot:
It seems that numfig = True
is a necessity within the conf.py file
If you remove that line from the docs of this repo (line 112 in the conf.py file), it will also stop working.
In addition, there seems to be an issue when Sphinx imports (or automatically finds) rst files.
For example, in the docs from this repo, the page generated for demo.rst will not properly work (only the base index.html works) even though demo.rst gets included within index.rst.
It seems that
numfig = True
is a necessity within the conf.py fileIf you remove that line from the docs of this repo (line 112 in the conf.py file), it will also stop working.
solved my problem, thx
I can confirm that numfig = True
in conf.py
also solved my problem. Thanks!
Hi, thank you very much for developing such a useful tool.
However, I copied the quicksort example, but it cannot display correctly:
I have:
sphinxcontrib-pseudocode==0.7.0
, and my python version is 3.8.11sphinxcontrib.pseudocode
inextensions
inconf.py
Besides, my sphinx related libraries versions are: